
/*
Theme Name: Patiklup Platform
Theme URI: https://patiklup.com/
Author: M Studio
Description: Patiklup 2.0 national pet care marketplace theme. Keeps existing WordPress pages, posts and URLs intact while providing a new marketplace-focused design.
Version: 3.17.0
Text Domain: patiklup-platform
*/

:root{
  --ptk-ink:#17353c;
  --ptk-muted:#6f8186;
  --ptk-green:#1d8a73;
  --ptk-green-dark:#116b59;
  --ptk-green-soft:#eaf7f3;
  --ptk-orange:#f6a63c;
  --ptk-orange-soft:#fff4df;
  --ptk-blue:#4d83a0;
  --ptk-line:#dfe8e9;
  --ptk-bg:#f7faf9;
  --ptk-white:#fff;
  --ptk-shadow:0 16px 45px rgba(28,64,72,.09);
  --ptk-radius:20px;
  --ptk-container:min(1180px,calc(100% - 36px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ptk-ink);
  background:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
}
img{max-width:100%;height:auto}
a{color:inherit}
.ptk-container{width:var(--ptk-container);margin:0 auto}
.screen-reader-text{position:absolute;left:-9999px}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(223,232,233,.85);
}
.ptk-header-inner{
  width:var(--ptk-container);
  min-height:78px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:28px;
}
.site-branding{display:flex;align-items:center;gap:12px;min-width:210px}
.custom-logo{max-height:52px;width:auto}
.site-title{margin:0;font-size:24px;line-height:1;font-weight:900;letter-spacing:-.04em}
.site-title a{text-decoration:none}
.site-description{margin:5px 0 0;color:var(--ptk-muted);font-size:10px;font-weight:700}
.main-navigation{margin-left:auto}
.main-navigation ul{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}
.main-navigation a{display:block;padding:10px 11px;border-radius:9px;text-decoration:none;font-size:13px;font-weight:750}
.main-navigation a:hover{background:var(--ptk-green-soft);color:var(--ptk-green-dark)}
.ptk-header-actions{display:flex;gap:8px;align-items:center}
.ptk-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:44px;padding:10px 16px;border-radius:11px;
  text-decoration:none;font-size:13px;font-weight:850;
  border:1px solid transparent;transition:.2s ease;
}
.ptk-btn-primary{background:var(--ptk-green);color:#fff}
.ptk-btn-primary:hover{background:var(--ptk-green-dark);transform:translateY(-1px)}
.ptk-btn-secondary{background:#fff;border-color:var(--ptk-line);color:var(--ptk-ink)}
.ptk-btn-secondary:hover{border-color:#a8d4ca;background:#fbfefd}
.ptk-mobile-toggle{display:none;border:0;background:none;font-size:24px}

.ptk-hero{
  position:relative;
  overflow:hidden;
  padding:78px 0 64px;
  background:
    radial-gradient(circle at 85% 20%,rgba(246,166,60,.18),transparent 28%),
    radial-gradient(circle at 15% 0%,rgba(29,138,115,.16),transparent 31%),
    linear-gradient(180deg,#f5fbf9 0%,#fff 100%);
}
.ptk-hero::after{
  content:"";position:absolute;inset:auto -80px -160px auto;width:420px;height:420px;
  border-radius:50%;background:rgba(29,138,115,.06)
}
.ptk-hero-grid{
  width:var(--ptk-container);margin:0 auto;
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:44px;align-items:center;
}
.ptk-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 11px;border-radius:999px;
  background:var(--ptk-green-soft);color:var(--ptk-green-dark);
  font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
.ptk-hero h1{max-width:760px;margin:18px 0 16px;font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.055em}
.ptk-hero h1 span{color:var(--ptk-green)}
.ptk-hero-copy{max-width:680px;margin:0;color:var(--ptk-muted);font-size:18px}
.ptk-hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px}
.ptk-hero-points span{display:flex;align-items:center;gap:7px;color:#496269;font-size:12px;font-weight:750}
.ptk-hero-points b{display:inline-flex;width:23px;height:23px;align-items:center;justify-content:center;border-radius:50%;background:#dff4ec;color:var(--ptk-green-dark)}

.ptk-search-card{
  position:relative;z-index:2;
  padding:22px;border-radius:22px;background:#fff;border:1px solid var(--ptk-line);
  box-shadow:var(--ptk-shadow);
}
.ptk-search-card h2{margin:0 0 5px;font-size:22px;letter-spacing:-.03em}
.ptk-search-card>p{margin:0 0 17px;color:var(--ptk-muted);font-size:12px}
.ptk-search-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.ptk-search-grid label{display:block;color:#4d646b;font-size:10px;font-weight:850}
.ptk-search-grid input,.ptk-search-grid select{
  width:100%;min-height:46px;margin-top:6px;padding:10px 12px;
  border:1px solid #cedcdf;border-radius:10px;background:#fff;color:var(--ptk-ink);font:inherit;font-size:13px;
}
.ptk-search-submit{grid-column:1/-1;width:100%;border:0;cursor:pointer}
.ptk-provider-link{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  margin-top:12px;padding:12px 13px;border-radius:11px;
  background:var(--ptk-orange-soft);text-decoration:none;color:#6e4a13;font-size:11px;font-weight:800;
}

.ptk-section{padding:76px 0}
.ptk-section-soft{background:var(--ptk-bg)}
.ptk-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.ptk-section-heading small{color:var(--ptk-green);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.ptk-section-heading h2{margin:4px 0 0;font-size:36px;line-height:1.1;letter-spacing:-.04em}
.ptk-section-heading p{max-width:540px;margin:0;color:var(--ptk-muted);font-size:13px}

.ptk-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.ptk-service-card{
  min-height:158px;padding:18px;border:1px solid var(--ptk-line);border-radius:17px;
  background:#fff;text-decoration:none;transition:.2s ease;
}
.ptk-service-card:hover{transform:translateY(-4px);border-color:#a8d4ca;box-shadow:0 12px 28px rgba(28,64,72,.08)}
.ptk-service-icon{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:12px;background:var(--ptk-green-soft);font-size:22px}
.ptk-service-card:nth-child(2n) .ptk-service-icon{background:var(--ptk-orange-soft)}
.ptk-service-card h3{margin:15px 0 4px;font-size:15px}
.ptk-service-card p{margin:0;color:var(--ptk-muted);font-size:10px;line-height:1.45}

.ptk-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ptk-provider-card{overflow:hidden;border:1px solid var(--ptk-line);border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(25,61,69,.05)}
.ptk-provider-image{
  height:220px;background:
  linear-gradient(135deg,rgba(29,138,115,.18),rgba(246,166,60,.2)),
  url('https://images.unsplash.com/photo-1601758228041-f3b2795255f1?auto=format&fit=crop&w=1000&q=80') center/cover;
}
.ptk-provider-card:nth-child(2) .ptk-provider-image{background-image:linear-gradient(135deg,rgba(29,138,115,.12),rgba(77,131,160,.2)),url('https://images.unsplash.com/photo-1548199973-03cce0bbc87b?auto=format&fit=crop&w=1000&q=80')}
.ptk-provider-card:nth-child(3) .ptk-provider-image{background-image:linear-gradient(135deg,rgba(246,166,60,.15),rgba(29,138,115,.18)),url('https://images.unsplash.com/photo-1519052537078-e6302a4968d4?auto=format&fit=crop&w=1000&q=80')}
.ptk-provider-body{padding:18px}
.ptk-provider-top{display:flex;justify-content:space-between;gap:12px}
.ptk-provider-top h3{margin:0;font-size:19px}
.ptk-verified{display:inline-flex;padding:5px 8px;border-radius:999px;background:#e6f5ef;color:#126a54;font-size:8px;font-weight:900}
.ptk-rating{margin-top:8px;color:#e89b21;font-size:12px;font-weight:850}
.ptk-provider-meta{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}
.ptk-provider-meta span{padding:5px 7px;border-radius:7px;background:#f2f6f5;color:#526970;font-size:8px;font-weight:750}
.ptk-provider-footer{display:flex;justify-content:space-between;align-items:center;padding-top:13px;border-top:1px solid #edf1f2}
.ptk-provider-footer strong{font-size:13px}
.ptk-provider-footer a{color:var(--ptk-green-dark);font-size:10px;font-weight:900;text-decoration:none}

.ptk-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ptk-step{padding:22px;border-radius:18px;background:#fff;border:1px solid var(--ptk-line)}
.ptk-step-number{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:var(--ptk-green);color:#fff;font-weight:900}
.ptk-step h3{margin:14px 0 5px;font-size:16px}
.ptk-step p{margin:0;color:var(--ptk-muted);font-size:11px}

.ptk-split{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;
}
.ptk-business-card{
  min-height:380px;padding:34px;border-radius:24px;overflow:hidden;
  background:linear-gradient(140deg,#17353c,#1e5560);color:#fff;position:relative;
}
.ptk-business-card::after{content:"";position:absolute;right:-100px;bottom:-120px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.06)}
.ptk-business-card.is-pro{background:linear-gradient(140deg,#f4a238,#e68128)}
.ptk-business-card small{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.ptk-business-card h2{max-width:500px;margin:11px 0;font-size:36px;line-height:1.08;letter-spacing:-.04em}
.ptk-business-card p{max-width:520px;color:rgba(255,255,255,.78)}
.ptk-business-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:22px 0}
.ptk-business-list span{font-size:11px;font-weight:750}
.ptk-business-card .ptk-btn{position:relative;z-index:2;background:#fff;color:var(--ptk-ink)}

.ptk-mezitli{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;
  padding:28px;border:1px solid var(--ptk-line);border-radius:24px;background:#fff;
}
.ptk-mezitli-photo{min-height:350px;border-radius:18px;background:linear-gradient(135deg,rgba(29,138,115,.12),rgba(246,166,60,.16)),url('https://images.unsplash.com/photo-1558788353-f76d92427f16?auto=format&fit=crop&w=1200&q=80') center/cover}
.ptk-mezitli h2{margin:8px 0;font-size:35px;letter-spacing:-.04em}
.ptk-mezitli p{color:var(--ptk-muted)}
.ptk-mezitli-badges{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0}
.ptk-mezitli-badges span{padding:7px 9px;border-radius:8px;background:var(--ptk-green-soft);color:var(--ptk-green-dark);font-size:9px;font-weight:850}

.ptk-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ptk-post-card{border:1px solid var(--ptk-line);border-radius:17px;overflow:hidden;background:#fff}
.ptk-post-card img{width:100%;height:190px;object-fit:cover}
.ptk-post-card-content{padding:17px}
.ptk-post-card small{color:var(--ptk-green);font-size:9px;font-weight:900}
.ptk-post-card h3{margin:7px 0;font-size:17px;line-height:1.3}
.ptk-post-card h3 a{text-decoration:none}
.ptk-post-card p{margin:0;color:var(--ptk-muted);font-size:10px}
.ptk-empty-posts{padding:28px;border-radius:14px;background:#fff;border:1px dashed #cbd9dc;color:var(--ptk-muted)}

.site-footer{padding:58px 0 24px;background:#132e35;color:#fff}
.ptk-footer-grid{width:var(--ptk-container);margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}
.ptk-footer-brand h2{margin:0;font-size:28px}
.ptk-footer-brand p{color:rgba(255,255,255,.65);font-size:11px;max-width:340px}
.ptk-footer-col h3{margin:0 0 12px;font-size:13px}
.ptk-footer-col a{display:block;margin:7px 0;color:rgba(255,255,255,.7);font-size:10px;text-decoration:none}
.ptk-footer-col a:hover{color:#fff}
.ptk-footer-bottom{width:var(--ptk-container);margin:38px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.55);font-size:9px}

.site-main-default{width:var(--ptk-container);margin:45px auto 75px}
.site-main-default article{max-width:840px}
.entry-title{font-size:42px;line-height:1.1;letter-spacing:-.04em}
.entry-content{font-size:16px}
.entry-content img{border-radius:16px}
.post-list{display:grid;gap:20px}
.post-list article{padding:22px;border:1px solid var(--ptk-line);border-radius:16px}

@media(max-width:1100px){
  .main-navigation{display:none}
  .ptk-mobile-toggle{display:block;margin-left:auto}
  .ptk-header-actions{display:none}
  .ptk-service-grid{grid-template-columns:repeat(3,1fr)}
  .ptk-finance-stats-v3{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:850px){
  .ptk-hero-grid,.ptk-split,.ptk-mezitli{grid-template-columns:1fr}
  .ptk-provider-grid,.ptk-post-grid{grid-template-columns:1fr 1fr}
  .ptk-steps{grid-template-columns:1fr 1fr}
  .ptk-footer-grid{grid-template-columns:1fr 1fr}
  .ptk-mezitli-photo{min-height:280px}
}
@media(max-width:620px){
  :root{--ptk-container:min(100% - 24px,1180px)}
  .ptk-hero{padding:52px 0 40px}
  .ptk-hero h1{font-size:42px}
  .ptk-search-grid{grid-template-columns:1fr}
  .ptk-search-submit{grid-column:auto}
  .ptk-service-grid{grid-template-columns:1fr 1fr}
  .ptk-provider-grid,.ptk-post-grid,.ptk-steps,.ptk-footer-grid{grid-template-columns:1fr}
  .ptk-section{padding:56px 0}
  .ptk-section-heading{align-items:flex-start;flex-direction:column}
  .ptk-business-card{padding:25px;min-height:auto}
  .ptk-business-list{grid-template-columns:1fr}
  .ptk-footer-bottom{flex-direction:column}
}

/* Marketplace Provider UI — v0.2.0 */
.ptk-marketplace-archive-hero{padding:58px 0;background:linear-gradient(135deg,#edf9f5,#fff)}.ptk-marketplace-archive-hero h1{margin:10px 0 5px;font-size:44px;letter-spacing:-.045em}.ptk-marketplace-archive-hero p{margin:0 0 22px;color:var(--ptk-muted)}.ptk-directory-heading{margin-bottom:22px}.ptk-directory-heading h2{margin:4px 0;font-size:30px}.ptk-pagination{margin-top:24px}.ptk-provider-cover{height:440px;background:#eaf7f3;overflow:hidden}.ptk-provider-cover img{width:100%;height:100%;object-fit:cover}.ptk-provider-cover-fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:90px;background:linear-gradient(135deg,#eaf7f3,#fff4df)}.ptk-provider-profile-head{padding:26px 0;border-bottom:1px solid var(--ptk-line);background:#fff}.ptk-provider-profile-head-grid{display:flex;justify-content:space-between;gap:24px;align-items:center}.ptk-provider-profile-head h1{margin:7px 0 4px;font-size:40px;letter-spacing:-.04em}.ptk-provider-profile-head p{margin:0;color:var(--ptk-muted)}.ptk-provider-labels,.ptk-provider-service-pills{display:flex;gap:7px;flex-wrap:wrap}.ptk-provider-labels span{padding:6px 9px;border-radius:999px;background:var(--ptk-green-soft);color:var(--ptk-green-dark);font-size:9px;font-weight:850}.ptk-provider-service-pills{margin-top:13px}.ptk-provider-service-pills span{padding:6px 8px;border-radius:7px;background:#f2f6f5;color:#536b72;font-size:9px;font-weight:750}.ptk-provider-head-actions{display:flex;gap:8px}.ptk-provider-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.ptk-provider-main{display:grid;gap:22px}.ptk-provider-block{padding:24px;border:1px solid var(--ptk-line);border-radius:20px;background:#fff}.ptk-provider-block .ptk-section-heading{margin-bottom:18px}.ptk-provider-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:180px 180px;gap:8px}.ptk-provider-gallery img{width:100%;height:100%;object-fit:cover;border-radius:11px}.ptk-provider-gallery img:first-child{grid-row:1/3}.ptk-provider-description{color:#526970}.ptk-provider-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.ptk-provider-service-grid article{padding:15px;border:1px solid #e2eaeb;border-radius:12px;background:#fafcfc}.ptk-provider-service-grid article>span{font-size:22px}.ptk-provider-service-grid h3{margin:7px 0 3px;font-size:14px}.ptk-provider-service-grid p{margin:0;color:#74878c;font-size:9px}.ptk-provider-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ptk-provider-badges span{padding:11px;border-radius:10px;background:var(--ptk-green-soft);color:var(--ptk-green-dark);font-size:10px;font-weight:800}.ptk-provider-faq details{padding:13px 0;border-bottom:1px solid #e5eced}.ptk-provider-faq summary{cursor:pointer;font-weight:800}.ptk-provider-faq p{color:#657b81;font-size:11px}.ptk-provider-sidebar{position:sticky;top:100px}.ptk-provider-booking-card{padding:20px;border:1px solid var(--ptk-line);border-radius:18px;background:#fff;box-shadow:var(--ptk-shadow)}.ptk-provider-booking-card>small{color:var(--ptk-green);font-size:9px;font-weight:900;letter-spacing:.08em}.ptk-provider-booking-card h3{margin:6px 0 15px;font-size:16px}.ptk-provider-booking-card dl{margin:0 0 15px}.ptk-provider-booking-card dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #edf1f2}.ptk-provider-booking-card dt{color:#74878c;font-size:9px}.ptk-provider-booking-card dd{margin:0;text-align:right;font-size:10px;font-weight:800}.ptk-provider-booking-card .ptk-btn{width:100%;margin-top:8px}@media(max-width:900px){.ptk-provider-profile-layout{grid-template-columns:1fr}.ptk-provider-sidebar{position:static}}@media(max-width:650px){.ptk-provider-cover{height:300px}.ptk-provider-profile-head-grid{align-items:flex-start;flex-direction:column}.ptk-provider-profile-head h1{font-size:32px}.ptk-provider-gallery{grid-template-columns:1fr 1fr;grid-template-rows:170px 130px}.ptk-provider-gallery img:first-child{grid-column:1/3;grid-row:auto}.ptk-provider-service-grid,.ptk-provider-badges{grid-template-columns:1fr}}


/* ================================================================
   PATIKLUP CLUB HOMEPAGE 3.0.0
   ================================================================ */
:root{
  --club-green:#13a57d;
  --club-green-dark:#08745d;
  --club-forest:#17353c;
  --club-gold:#f6b73c;
  --club-cream:#fff8ed;
  --club-mint:#effaf6;
  --club-line:#dce9e6;
  --club-muted:#71858a;
  --club-shadow:0 22px 60px rgba(23,53,60,.11);
}
body.patiklup-club-front-page{background:#fff;color:var(--club-forest)}
.ptk-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* Header */
.ptk-club-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--club-line)}
.ptk-club-header .ptk-header-inner{width:min(1240px,calc(100% - 32px));min-height:84px;margin:auto;display:flex;align-items:center;gap:26px}
.ptk-brand-logo{display:flex;align-items:center;flex:0 0 290px;text-decoration:none}
.ptk-brand-logo img{display:block;width:100%;max-width:290px;height:auto}
.ptk-club-navigation{display:flex!important;align-items:center;justify-content:center;gap:2px;margin-left:auto}
.ptk-club-navigation a{padding:10px 10px;border-radius:9px;color:#314f56;text-decoration:none;font-size:12px;font-weight:780;white-space:nowrap}
.ptk-club-navigation a:hover{background:var(--club-mint);color:var(--club-green-dark)}
.ptk-club-header .ptk-header-actions{display:flex;align-items:center;gap:9px}
.ptk-login-link{padding:9px;color:#536b71;text-decoration:none;font-size:12px;font-weight:800}
.ptk-join-button{min-height:42px;padding-inline:15px!important;white-space:nowrap}
.ptk-mobile-toggle{display:none;width:42px;height:42px;padding:8px;border:1px solid var(--club-line);border-radius:10px;background:#fff}
.ptk-mobile-toggle span{display:block;width:21px;height:2px;margin:4px auto;background:var(--club-forest);transition:.2s}

/* Hero */
.ptk-club-hero{position:relative;overflow:hidden;padding:78px 0 0;background:linear-gradient(180deg,#f5fcf9 0%,#fff 88%)}
.ptk-club-orb{position:absolute;border-radius:50%;pointer-events:none}
.ptk-club-orb-one{width:520px;height:520px;right:-190px;top:-210px;background:rgba(246,183,60,.12)}
.ptk-club-orb-two{width:390px;height:390px;left:-190px;bottom:-170px;background:rgba(19,165,125,.09)}
.ptk-club-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:70px;align-items:center}
.ptk-club-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#dff6ee;color:var(--club-green-dark);font-size:10px;font-weight:900;letter-spacing:.09em}
.ptk-club-hero-copy h1{max-width:720px;margin:17px 0 18px;font-size:clamp(44px,5vw,71px);line-height:1.01;letter-spacing:-.058em}
.ptk-club-hero-copy h1 span{color:var(--club-green)}
.ptk-club-hero-copy>p{max-width:700px;margin:0;color:#60777d;font-size:17px;line-height:1.65}
.ptk-club-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:27px}
.ptk-btn-large{min-height:52px!important;padding:13px 20px!important;font-size:13px!important}
.ptk-club-proof{display:flex;gap:16px;flex-wrap:wrap;margin-top:23px}
.ptk-club-proof span{display:flex;align-items:center;gap:6px;color:#61777d;font-size:10px;font-weight:760}
.ptk-club-proof b{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:50%;background:#dff6ee;color:var(--club-green-dark)}

.ptk-club-visual{position:relative;min-height:480px}
.ptk-club-visual-main{position:absolute;inset:40px 35px 40px 35px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;border:1px solid #d5e9e3;border-radius:50%;background:radial-gradient(circle at 50% 35%,#fff 0%,#effaf6 72%);box-shadow:var(--club-shadow);text-align:center}
.ptk-club-visual-paw{display:flex;width:110px;height:110px;align-items:center;justify-content:center;border-radius:32px;background:linear-gradient(135deg,var(--club-green),var(--club-green-dark));box-shadow:0 16px 34px rgba(13,116,93,.22);font-size:57px}
.ptk-club-visual-main h2{margin:18px 0 5px;font-size:29px;letter-spacing:-.04em}
.ptk-club-visual-main p{max-width:260px;margin:0;color:var(--club-muted);font-size:11px}
.ptk-floating-card{position:absolute;display:flex;align-items:center;gap:9px;min-width:190px;padding:12px 14px;border:1px solid var(--club-line);border-radius:14px;background:#fff;box-shadow:0 14px 34px rgba(23,53,60,.12)}
.ptk-floating-card>span{display:flex;width:39px;height:39px;align-items:center;justify-content:center;border-radius:11px;background:var(--club-mint);font-size:20px}
.ptk-floating-card small,.ptk-floating-card strong{display:block}.ptk-floating-card small{color:var(--club-green);font-size:7px;font-weight:900;letter-spacing:.08em}.ptk-floating-card strong{font-size:10px}
.ptk-floating-card.is-owner{left:-6px;top:70px}.ptk-floating-card.is-partner{right:-6px;top:180px}.ptk-floating-card.is-pro{left:22px;bottom:44px}.ptk-floating-card.is-pro>span{background:var(--club-cream)}

.ptk-club-search-wrap{position:relative;z-index:5;margin-top:58px;transform:translateY(34px)}
.ptk-club-search{display:grid;grid-template-columns:1.1fr 1.2fr 1fr auto;align-items:center;padding:10px;border:1px solid var(--club-line);border-radius:19px;background:#fff;box-shadow:var(--club-shadow)}
.ptk-club-search label{display:flex;align-items:center;gap:10px;min-height:62px;padding:8px 15px;border-right:1px solid #e6eeee}
.ptk-club-search label>span{font-size:20px}.ptk-club-search label div{width:100%}.ptk-club-search small{display:block;color:#8a989c;font-size:7px;font-weight:900;letter-spacing:.08em}
.ptk-club-search input,.ptk-club-search select{width:100%;padding:2px 0;border:0!important;outline:0;background:transparent!important;color:var(--club-forest);font:inherit;font-size:12px;font-weight:750}
.ptk-club-search button{display:flex;align-items:center;gap:16px;min-height:58px;padding:12px 22px;border:0;border-radius:13px;background:var(--club-green);color:#fff;font-size:13px;font-weight:900;cursor:pointer}
.ptk-club-search button:hover{background:var(--club-green-dark)}

/* Shared section */
.ptk-section{padding:82px 0}
.ptk-community-section{padding-top:120px}
.ptk-section-heading.is-centered{display:block;max-width:760px;margin:0 auto 35px;text-align:center}
.ptk-section-heading.is-centered p{margin:12px auto 0}
.ptk-section-link{color:var(--club-green-dark);text-decoration:none;font-size:11px;font-weight:900}

/* Three communities */
.ptk-community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ptk-community-card{position:relative;overflow:hidden;min-height:410px;padding:27px;border:1px solid var(--club-line);border-radius:22px;background:#fff;box-shadow:0 9px 25px rgba(23,53,60,.045)}
.ptk-community-card::after{content:"";position:absolute;width:190px;height:190px;right:-85px;bottom:-95px;border-radius:50%;background:rgba(19,165,125,.06)}
.ptk-community-card.is-business{background:linear-gradient(150deg,#17353c,#22545f);color:#fff}
.ptk-community-card.is-business::after{background:rgba(246,183,60,.12)}
.ptk-community-icon{display:flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:16px;background:var(--club-mint);font-size:29px}
.ptk-community-card.is-partner .ptk-community-icon{background:var(--club-cream)}
.ptk-community-card.is-business .ptk-community-icon{background:rgba(255,255,255,.12)}
.ptk-community-card>span{display:block;margin-top:20px;color:var(--club-green);font-size:8px;font-weight:900;letter-spacing:.1em}
.ptk-community-card.is-business>span{color:var(--club-gold)}
.ptk-community-card h3{margin:5px 0 8px;font-size:25px;letter-spacing:-.035em}
.ptk-community-card p{color:#6c7f84;font-size:11px;line-height:1.6}.ptk-community-card.is-business p{color:rgba(255,255,255,.72)}
.ptk-community-card ul{list-style:none;margin:18px 0 25px;padding:0}.ptk-community-card li{margin:7px 0;font-size:10px;font-weight:750}.ptk-community-card li::before{content:"✓";margin-right:7px;color:var(--club-green)}.ptk-community-card.is-business li::before{color:var(--club-gold)}
.ptk-community-card>a{position:relative;z-index:2;display:inline-flex;margin-top:auto;color:var(--club-green-dark);text-decoration:none;font-size:11px;font-weight:900}.ptk-community-card.is-business>a{color:#fff}

/* Service cards */
.ptk-club-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ptk-club-service-card{display:grid;grid-template-columns:48px minmax(0,1fr) 25px;gap:12px;align-items:center;min-height:95px;padding:16px;border:1px solid var(--club-line);border-radius:16px;background:#fff;text-decoration:none;transition:.18s}
.ptk-club-service-card:hover{transform:translateY(-3px);border-color:#a5d7ca;box-shadow:0 12px 24px rgba(23,53,60,.07)}
.ptk-club-service-card>span{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:13px;background:var(--club-mint);font-size:24px}
.ptk-club-service-card:nth-child(even)>span{background:var(--club-cream)}
.ptk-club-service-card h3{margin:0;font-size:14px}.ptk-club-service-card p{margin:3px 0 0;color:var(--club-muted);font-size:9px}.ptk-club-service-card>b{color:var(--club-green);font-size:18px}

/* Demo partner fallback */
.ptk-club-demo-partners{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.ptk-club-demo-partners article{min-height:190px;padding:22px;border:1px solid var(--club-line);border-radius:18px;background:linear-gradient(145deg,#fff,#f7fbfa)}
.ptk-club-demo-partners span{color:var(--club-green);font-size:8px;font-weight:900}.ptk-club-demo-partners h3{margin:13px 0 3px;font-size:20px}.ptk-club-demo-partners p{color:var(--club-muted);font-size:10px}.ptk-club-demo-partners a{color:var(--club-green-dark);font-size:10px;font-weight:900;text-decoration:none}

/* Pet Otel Pro section */
.ptk-pro-club-section{background:linear-gradient(145deg,#122e35,#1c4a54);color:#fff}
.ptk-pro-club-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.ptk-pro-club-copy>span{color:var(--club-gold);font-size:9px;font-weight:900;letter-spacing:.1em}
.ptk-pro-club-copy h2{max-width:650px;margin:9px 0 14px;font-size:42px;line-height:1.08;letter-spacing:-.045em}
.ptk-pro-club-copy>p{max-width:650px;color:rgba(255,255,255,.7);font-size:13px}
.ptk-pro-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px;margin:25px 0}.ptk-pro-feature-grid span{font-size:10px;font-weight:750}
.ptk-pro-button{background:var(--club-gold)!important;color:var(--club-forest)!important}
.ptk-pro-club-dashboard{padding:21px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.08);box-shadow:0 30px 70px rgba(0,0,0,.24);backdrop-filter:blur(8px)}
.ptk-dashboard-top{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.12);font-size:9px;font-weight:900}.ptk-dashboard-top b{color:#7be0bd}
.ptk-dashboard-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:15px 0}.ptk-dashboard-stat-row article{padding:16px;border-radius:13px;background:#fff;color:var(--club-forest)}.ptk-dashboard-stat-row small,.ptk-dashboard-stat-row strong{display:block}.ptk-dashboard-stat-row small{font-size:7px;color:#839398}.ptk-dashboard-stat-row strong{margin-top:4px;font-size:22px}
.ptk-dashboard-list{display:grid;gap:7px}.ptk-dashboard-list span{display:flex;justify-content:space-between;padding:11px 12px;border-radius:10px;background:rgba(255,255,255,.08);font-size:9px}.ptk-dashboard-list em{color:#9ddfca;font-style:normal}

/* Mezitli */
.ptk-mezitli-club-card{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:22px;align-items:center;padding:24px;border:1px solid var(--club-line);border-radius:21px;background:#fff}
.ptk-mezitli-club-mark img{width:80px;height:80px}.ptk-mezitli-club-card span{color:var(--club-green);font-size:8px;font-weight:900;letter-spacing:.09em}.ptk-mezitli-club-card h2{margin:5px 0;font-size:24px}.ptk-mezitli-club-card p{margin:0;color:var(--club-muted);font-size:10px}

/* Posts and final CTA */
.ptk-post-fallback{display:flex;height:190px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--club-mint),var(--club-cream));font-size:54px}
.ptk-final-club-cta{padding:46px 0;background:var(--club-green)}
.ptk-final-club-cta .ptk-container{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:20px;align-items:center;color:#fff}.ptk-final-club-cta img{width:72px;height:72px}.ptk-final-club-cta span{font-size:8px;font-weight:900;letter-spacing:.09em}.ptk-final-club-cta h2{margin:4px 0;font-size:28px}.ptk-final-club-cta p{margin:0;color:rgba(255,255,255,.78);font-size:10px}.ptk-final-join{background:#fff!important;color:var(--club-green-dark)!important}

/* Club footer */
.ptk-club-footer{padding:58px 0 22px;background:#112c33}
.ptk-club-footer .ptk-footer-grid{grid-template-columns:1.45fr repeat(4,1fr)}
.ptk-footer-brand img{width:290px;max-width:100%;filter:brightness(0) invert(1)}
.ptk-footer-join{margin-top:13px;background:var(--club-gold)!important;color:var(--club-forest)!important}

/* Responsive */
@media(max-width:1120px){
  .ptk-brand-logo{flex-basis:245px}.ptk-brand-logo img{max-width:245px}
  .ptk-club-navigation a{padding-inline:7px;font-size:11px}
}
@media(max-width:980px){
  .ptk-club-header .ptk-header-actions{margin-left:auto}
  .ptk-mobile-toggle{display:block;order:4}
  .ptk-club-navigation{position:fixed;display:none!important;left:16px;right:16px;top:91px;flex-direction:column;align-items:stretch;padding:12px;border:1px solid var(--club-line);border-radius:16px;background:#fff;box-shadow:var(--club-shadow)}
  .ptk-club-navigation.is-open{display:flex!important}.ptk-club-navigation a{padding:12px}
  .ptk-club-hero-grid{grid-template-columns:1fr;gap:20px}.ptk-club-visual{min-height:420px;max-width:560px;width:100%;margin:auto}
  .ptk-community-grid{grid-template-columns:1fr 1fr}.ptk-community-card.is-business{grid-column:1/-1}
  .ptk-pro-club-grid{grid-template-columns:1fr}.ptk-club-footer .ptk-footer-grid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:760px){
  .ptk-club-header .ptk-header-inner{min-height:74px}.ptk-brand-logo{flex-basis:215px}.ptk-brand-logo img{max-width:215px}
  .ptk-login-link{display:none}.ptk-join-button{display:none!important}
  .ptk-club-hero{padding-top:52px}.ptk-club-hero-copy h1{font-size:45px}.ptk-club-hero-copy>p{font-size:14px}
  .ptk-club-search-wrap{transform:none;margin-top:35px}.ptk-club-search{grid-template-columns:1fr}.ptk-club-search label{border-right:0;border-bottom:1px solid #e6eeee}.ptk-club-search button{justify-content:center}
  .ptk-community-section{padding-top:68px}.ptk-community-grid,.ptk-club-service-grid{grid-template-columns:1fr}
  .ptk-mezitli-club-card,.ptk-final-club-cta .ptk-container{grid-template-columns:1fr;text-align:center}.ptk-mezitli-club-mark{margin:auto}
  .ptk-final-club-cta img{margin:auto}.ptk-pro-feature-grid{grid-template-columns:1fr}
  .ptk-club-footer .ptk-footer-grid{grid-template-columns:1fr 1fr}.ptk-footer-brand{grid-column:1/-1}
}
@media(max-width:520px){
  .ptk-brand-logo{flex-basis:185px}.ptk-brand-logo img{max-width:185px}
  .ptk-club-visual{min-height:360px}.ptk-club-visual-main{inset:30px}.ptk-floating-card{min-width:145px;padding:9px}.ptk-floating-card.is-owner{left:-5px}.ptk-floating-card.is-partner{right:-5px}.ptk-floating-card.is-pro{left:4px}
  .ptk-community-grid{grid-template-columns:1fr}.ptk-community-card.is-business{grid-column:auto}
  .ptk-pro-club-copy h2{font-size:34px}.ptk-dashboard-stat-row{grid-template-columns:1fr}
  .ptk-club-footer .ptk-footer-grid{grid-template-columns:1fr}.ptk-footer-brand{grid-column:auto}
}


/* ================================================================
   PATIKLUP 3.2.1 — HERO / SEARCH OVERLAP REPAIR
   ================================================================ */

/* Keep the hero content and the marketplace search in normal flow.
   Previous negative translate caused the following section to cover it. */
.ptk-club-hero{
  overflow:hidden!important;
  padding-bottom:72px!important;
}

.ptk-club-search-wrap{
  position:relative!important;
  z-index:6!important;
  margin-top:46px!important;
  transform:none!important;
  padding-bottom:0!important;
}

.ptk-club-search{
  position:relative!important;
  top:auto!important;
  bottom:auto!important;
  width:100%!important;
  margin:0 auto!important;
}

/* The following section no longer needs compensation for a floating search bar. */
.ptk-community-section{
  position:relative!important;
  z-index:1!important;
  padding-top:82px!important;
  margin-top:0!important;
  clear:both!important;
}

/* Prevent decorative hero content from sitting over the search form. */
.ptk-club-orb,
.ptk-club-visual,
.ptk-floating-card{
  pointer-events:none;
}

.ptk-club-search,
.ptk-club-search *{
  pointer-events:auto;
}

/* Improve vertical balance in the header/hero area. */
.ptk-club-header .ptk-header-inner{
  min-height:88px!important;
}

.ptk-brand-logo img{
  max-height:66px!important;
  object-fit:contain!important;
}

.ptk-club-hero-grid{
  padding-top:4px!important;
}

/* Keep form controls fully visible even when browser zoom is used. */
.ptk-club-search label{
  min-width:0!important;
  overflow:visible!important;
}

.ptk-club-search input,
.ptk-club-search select{
  min-width:0!important;
  height:auto!important;
  line-height:1.35!important;
}

/* Desktop: slightly stronger search card without moving it out of flow. */
@media(min-width:981px){
  .ptk-club-search-wrap{
    max-width:1180px!important;
  }

  .ptk-club-search{
    box-shadow:0 20px 48px rgba(23,53,60,.12)!important;
  }
}

/* Tablet */
@media(max-width:980px){
  .ptk-club-hero{
    padding-bottom:58px!important;
  }

  .ptk-club-search-wrap{
    margin-top:30px!important;
  }

  .ptk-community-section{
    padding-top:64px!important;
  }

  .ptk-club-header .ptk-header-inner{
    min-height:78px!important;
  }

  .ptk-brand-logo img{
    max-height:58px!important;
  }
}

/* Mobile */
@media(max-width:760px){
  .ptk-club-hero{
    padding-top:42px!important;
    padding-bottom:44px!important;
  }

  .ptk-club-search-wrap{
    margin-top:26px!important;
  }

  .ptk-club-search{
    padding:9px!important;
    border-radius:16px!important;
  }

  .ptk-club-search label{
    min-height:58px!important;
    padding:8px 10px!important;
  }

  .ptk-club-search button{
    width:100%!important;
    min-height:52px!important;
  }

  .ptk-community-section{
    padding-top:54px!important;
  }
}

@media(max-width:520px){
  .ptk-brand-logo{
    flex-basis:175px!important;
  }

  .ptk-brand-logo img{
    max-width:175px!important;
    max-height:52px!important;
  }

  .ptk-club-hero-copy h1{
    font-size:40px!important;
  }

  .ptk-club-proof{
    gap:9px!important;
  }
}


/* ================================================================
   PATIKLUP 3.5.0 — SIMPLIFIED BRAND / HEADER
   ================================================================ */
.ptk-brand-logo{
  flex:0 0 235px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  align-items:center!important;
}

.ptk-brand-logo img{
  width:220px!important;
  max-width:100%!important;
  max-height:54px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

.ptk-brand-slogan{
  display:block!important;
  margin:1px 0 0 54px!important;
  color:#71858a!important;
  font-size:8px!important;
  line-height:1.1!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  white-space:nowrap!important;
}

.ptk-club-header .ptk-header-inner{
  min-height:80px!important;
}

.ptk-club-navigation{
  gap:1px!important;
}

.ptk-club-navigation a{
  font-size:11px!important;
  padding:9px 8px!important;
}

.ptk-footer-brand img{
  width:230px!important;
  filter:brightness(0) invert(1)!important;
}

@media(max-width:1120px){
  .ptk-brand-logo{flex-basis:205px!important}
  .ptk-brand-logo img{width:195px!important}
  .ptk-brand-slogan{margin-left:48px!important;font-size:7px!important}
}

@media(max-width:760px){
  .ptk-brand-logo{flex-basis:190px!important}
  .ptk-brand-logo img{width:180px!important;max-height:46px!important}
  .ptk-brand-slogan{margin-left:44px!important;font-size:6.5px!important}
}

@media(max-width:420px){
  .ptk-brand-logo{flex-basis:165px!important}
  .ptk-brand-logo img{width:158px!important}
  .ptk-brand-slogan{margin-left:39px!important;font-size:6px!important}
}


/* Provider favorite action — v3.6.0 */
.ptk-provider-head-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}
@media(max-width:650px){.ptk-provider-head-actions{justify-content:flex-start!important}}


/* ================================================================
   PATIKLUP 3.7.1 — HEADER + HERO + MARKETPLACE SEARCH
   ================================================================ */
.ptk371-header{transition:min-height .22s ease,box-shadow .22s ease,background .22s ease}
.ptk371-header.is-scrolled{box-shadow:0 10px 30px rgba(23,53,60,.09);background:rgba(255,255,255,.985)}
.ptk371-header.is-scrolled .ptk-header-inner{min-height:70px!important}

.ptk371-hero{position:relative;overflow:hidden;padding:72px 0 68px;background:linear-gradient(135deg,#f3fbf8 0%,#fff 55%,#fff8ec 100%);color:#17353c}
.ptk371-hero-bg{position:absolute;inset:0;pointer-events:none}
.ptk371-blob{position:absolute;border-radius:50%;filter:blur(1px)}
.ptk371-blob.is-one{width:560px;height:560px;right:-230px;top:-250px;background:rgba(246,183,60,.15)}
.ptk371-blob.is-two{width:420px;height:420px;left:-220px;bottom:-230px;background:rgba(19,165,125,.11)}
.ptk371-paw-pattern{position:absolute;right:8%;bottom:7%;font-size:180px;opacity:.025;transform:rotate(-14deg)}
.ptk371-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:68px;align-items:center}
.ptk371-kicker{display:inline-flex;padding:8px 12px;border:1px solid rgba(19,165,125,.18);border-radius:999px;background:rgba(255,255,255,.75);color:#08745d;font-size:10px;font-weight:900;letter-spacing:.095em;box-shadow:0 6px 22px rgba(23,53,60,.04)}
.ptk371-hero-copy h1{max-width:760px;margin:18px 0 18px;font-size:clamp(47px,5.5vw,76px);line-height:.99;letter-spacing:-.062em;color:#17353c}
.ptk371-hero-copy>p{max-width:690px;margin:0;color:#60777d;font-size:17px;line-height:1.7}
.ptk371-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.ptk371-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:53px;padding:13px 20px;border-radius:12px;text-decoration:none;font-size:13px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.ptk371-btn:hover{transform:translateY(-2px)}
.ptk371-btn.is-primary{background:#13a57d;color:#fff;box-shadow:0 13px 30px rgba(19,165,125,.23)}
.ptk371-btn.is-primary:hover{background:#08745d}
.ptk371-btn.is-secondary{border:1px solid #cfdfdc;background:#fff;color:#17353c}
.ptk371-trust-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}
.ptk371-trust-row span{display:flex;align-items:center;gap:6px;color:#64797e;font-size:10px;font-weight:760}
.ptk371-trust-row b{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:50%;background:#e3f7f0;color:#08745d}

.ptk371-hero-showcase{position:relative;min-height:445px}
.ptk371-showcase-main{position:absolute;inset:28px 28px 35px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:44px;border:1px solid rgba(19,165,125,.18);border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(239,250,246,.92));box-shadow:0 30px 75px rgba(23,53,60,.13);text-align:center}
.ptk371-showcase-main img{width:112px;height:112px;filter:drop-shadow(0 14px 22px rgba(8,116,93,.18))}
.ptk371-showcase-main>span{margin-top:18px;color:#13a57d;font-size:9px;font-weight:900;letter-spacing:.13em}
.ptk371-showcase-main h2{max-width:330px;margin:7px 0 7px;font-size:29px;line-height:1.08;letter-spacing:-.04em}
.ptk371-showcase-main p{max-width:300px;margin:0;color:#71858a;font-size:11px;line-height:1.55}
.ptk371-mini-card{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;min-width:190px;padding:12px 14px;border:1px solid #dce9e6;border-radius:14px;background:#fff;box-shadow:0 15px 35px rgba(23,53,60,.12)}
.ptk371-mini-card i{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#effaf6;font-style:normal;font-size:21px}
.ptk371-mini-card small,.ptk371-mini-card strong{display:block}.ptk371-mini-card small{color:#13a57d;font-size:7px;font-weight:900;letter-spacing:.08em}.ptk371-mini-card strong{margin-top:2px;font-size:10px}
.ptk371-mini-card.is-member{left:-8px;top:54px}.ptk371-mini-card.is-partner{right:-8px;top:178px}.ptk371-mini-card.is-pro{left:18px;bottom:28px}.ptk371-mini-card.is-pro i{background:#fff7e8}

.ptk371-search-shell{position:relative;z-index:8;margin-top:48px}
.ptk371-search{display:grid;grid-template-columns:1.08fr 1.15fr .9fr .9fr auto;align-items:center;padding:10px;border:1px solid #dce9e6;border-radius:20px;background:#fff;box-shadow:0 24px 55px rgba(23,53,60,.13)}
.ptk371-search label{display:flex;align-items:center;gap:11px;min-width:0;min-height:64px;padding:8px 15px;border-right:1px solid #e6eeee}
.ptk371-field-icon{flex:0 0 auto;font-size:21px}.ptk371-field-copy{display:block;min-width:0;width:100%}
.ptk371-field-copy small{display:block;margin-bottom:3px;color:#8a989c;font-size:7px;font-weight:900;letter-spacing:.09em}
.ptk371-search input,.ptk371-search select{width:100%;min-width:0;padding:0;border:0!important;outline:0;background:transparent!important;color:#17353c;font:inherit;font-size:11px;font-weight:800}
.ptk371-search button{display:flex;align-items:center;justify-content:center;gap:15px;min-height:58px;padding:12px 23px;border:0;border-radius:13px;background:#13a57d;color:#fff;font-size:13px;font-weight:900;cursor:pointer;transition:.18s}
.ptk371-search button:hover{background:#08745d;transform:translateY(-1px)}
.ptk371-search button b{font-size:18px}

@media(max-width:1060px){
  .ptk371-hero-inner{grid-template-columns:1fr;gap:25px}.ptk371-hero-copy{text-align:center}.ptk371-hero-copy>p{margin-inline:auto}.ptk371-hero-actions,.ptk371-trust-row{justify-content:center}.ptk371-hero-showcase{width:min(560px,100%);margin:auto}
  .ptk371-search{grid-template-columns:1fr 1fr}.ptk371-search label{border-bottom:1px solid #e6eeee}.ptk371-search label:nth-child(even){border-right:0}.ptk371-search button{grid-column:1/-1}
}
@media(max-width:700px){
  .ptk371-hero{padding:48px 0 42px}.ptk371-hero-copy h1{font-size:44px}.ptk371-hero-copy>p{font-size:14px}.ptk371-hero-showcase{min-height:370px}.ptk371-showcase-main{inset:24px 18px 35px;padding:30px}.ptk371-showcase-main img{width:88px;height:88px}.ptk371-showcase-main h2{font-size:24px}.ptk371-mini-card{min-width:150px;padding:9px}.ptk371-mini-card i{width:35px;height:35px;font-size:17px}.ptk371-mini-card.is-member{left:-2px}.ptk371-mini-card.is-partner{right:-2px}.ptk371-mini-card.is-pro{left:4px}
  .ptk371-search-shell{margin-top:28px}.ptk371-search{grid-template-columns:1fr;padding:9px;border-radius:16px}.ptk371-search label{border-right:0;border-bottom:1px solid #e6eeee}.ptk371-search button{grid-column:auto;width:100%}.ptk371-date-field{display:none!important}
}
@media(max-width:430px){.ptk371-hero-copy h1{font-size:38px}.ptk371-btn{width:100%}.ptk371-trust-row{display:grid;justify-content:start;text-align:left}.ptk371-hero-showcase{min-height:335px}.ptk371-mini-card{min-width:130px}.ptk371-mini-card strong{font-size:8px}}

/* PATIKLUP 3.7.2 */
.ptk-v372-heading{align-items:flex-end!important;gap:28px!important;margin-bottom:28px!important}
.ptk-v372-heading h2{margin-top:5px!important;font-size:clamp(29px,3vw,40px)!important;letter-spacing:-.045em!important}
.ptk-v372-heading p{max-width:560px!important;margin:0!important;color:#6f8287!important;font-size:12px!important;line-height:1.65!important}
.ptk-v372-services{background:#f7fbfa!important}
.ptk-v372-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ptk-v372-service-card{display:grid;grid-template-columns:62px minmax(0,1fr) 30px;gap:14px;align-items:center;min-height:116px;padding:18px;border:1px solid #dce9e6;border-radius:19px;background:#fff;color:#17353c;text-decoration:none;box-shadow:0 8px 24px rgba(23,53,60,.045);transition:.2s}
.ptk-v372-service-card:hover{transform:translateY(-4px);border-color:#9fd4c6;box-shadow:0 18px 40px rgba(23,53,60,.09)}
.ptk-v372-service-icon{display:flex;width:62px;height:62px;align-items:center;justify-content:center;border-radius:18px;background:linear-gradient(135deg,#effaf6,#dff4ed);font-size:31px}
.ptk-v372-service-card:nth-child(2n) .ptk-v372-service-icon{background:linear-gradient(135deg,#fff8ed,#ffedc6)}
.ptk-v372-service-copy h3{margin:0 0 5px;font-size:16px}.ptk-v372-service-copy p{margin:0;color:#73868b;font-size:10px;line-height:1.55}
.ptk-v372-arrow{display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:#effaf6;color:#08745d;font-size:16px;font-weight:900}
.ptk-v372-live-partners .ptk-provider-grid,.ptk-v372-demo-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.ptk-v372-live-partners .ptk-live-provider-card,.ptk-v372-demo-provider{overflow:hidden;border:1px solid #dde8e7!important;border-radius:21px!important;background:#fff!important;box-shadow:0 10px 28px rgba(23,53,60,.06)!important;transition:.2s}
.ptk-v372-live-partners .ptk-live-provider-card:hover,.ptk-v372-demo-provider:hover{transform:translateY(-5px)!important;box-shadow:0 22px 48px rgba(23,53,60,.11)!important}
.ptk-v372-live-partners .ptk-live-provider-image{height:245px!important}
.ptk-v372-live-partners .ptk-live-provider-body{padding:18px!important}
.ptk-v372-live-partners .ptk-live-provider-services span{border-radius:999px!important}
.ptk-v372-demo-image{position:relative;display:flex;height:245px;align-items:center;justify-content:center;background:linear-gradient(135deg,#dff4ed,#f8fdfb);font-size:58px}
.ptk-v372-demo-image.is-soft{background:linear-gradient(135deg,#fff7e9,#fff)}.ptk-v372-demo-image.is-gold{background:linear-gradient(135deg,#fff0c9,#fffaf0)}
.ptk-v372-demo-image>span{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:999px;background:#fff;color:#08745d;font-size:9px;font-weight:900}
.ptk-v372-demo-body{padding:18px}.ptk-v372-demo-top{display:flex;justify-content:space-between;gap:14px}.ptk-v372-demo-top h3{margin:0;font-size:18px}.ptk-v372-demo-top p{margin:5px 0 0;color:#73868b;font-size:9px}.ptk-v372-demo-top strong{color:#e49a25;font-size:10px}
.ptk-v372-demo-tags{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.ptk-v372-demo-tags span{padding:6px 8px;border-radius:999px;background:#f1f7f5;color:#50676e;font-size:8px;font-weight:750}
.ptk-v372-demo-body>a{display:inline-flex;padding:8px 10px;border-radius:8px;background:#effaf6;color:#08745d;text-decoration:none;font-size:9px;font-weight:900}
@media(max-width:980px){.ptk-v372-service-grid,.ptk-v372-live-partners .ptk-provider-grid,.ptk-v372-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){.ptk-v372-heading{align-items:flex-start!important;flex-direction:column!important}.ptk-v372-service-grid,.ptk-v372-live-partners .ptk-provider-grid,.ptk-v372-demo-grid{grid-template-columns:1fr!important}.ptk-v372-service-card{grid-template-columns:54px minmax(0,1fr) 28px;min-height:100px;padding:15px}.ptk-v372-service-icon{width:54px;height:54px;border-radius:15px;font-size:27px}}


/* ================================================================
   PATIKLUP 3.7.3 — STATS + TRUST + PARTNER CTA
   ================================================================ */

.ptk-v373-stats{
  padding:28px 0;
  background:#17353c;
  color:#fff;
}
.ptk-v373-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.08);
}
.ptk-v373-stats-grid article{
  padding:22px 20px;
  background:#17353c;
  text-align:center;
}
.ptk-v373-stats-grid strong,
.ptk-v373-stats-grid span{
  display:block;
}
.ptk-v373-stats-grid strong{
  margin-bottom:5px;
  color:#f6b73c;
  font-size:22px;
  letter-spacing:-.035em;
}
.ptk-v373-stats-grid span{
  color:rgba(255,255,255,.72);
  font-size:9px;
  font-weight:750;
}

.ptk-v373-trust{
  background:#fff;
}
.ptk-v373-heading{
  align-items:flex-end!important;
  gap:30px!important;
  margin-bottom:30px!important;
}
.ptk-v373-heading h2{
  max-width:700px;
  margin-top:5px!important;
  font-size:clamp(30px,3vw,42px)!important;
  letter-spacing:-.045em!important;
}
.ptk-v373-heading p{
  max-width:500px!important;
  margin:0!important;
  color:#6f8287!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.ptk-v373-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.ptk-v373-trust-grid article{
  padding:22px;
  border:1px solid #dce9e6;
  border-radius:18px;
  background:#fbfdfc;
}
.ptk-v373-trust-icon{
  display:flex;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  border-radius:14px;
  background:#effaf6;
  color:#08745d;
  font-size:22px;
  font-weight:900;
}
.ptk-v373-trust-grid article:nth-child(2n) .ptk-v373-trust-icon{
  background:#fff7e8;
  color:#9c6c13;
}
.ptk-v373-trust-grid h3{
  margin:0 0 7px;
  font-size:15px;
  letter-spacing:-.02em;
}
.ptk-v373-trust-grid p{
  margin:0;
  color:#71858a;
  font-size:10px;
  line-height:1.6;
}

.ptk-v373-partner-cta{
  padding:88px 0;
  background:linear-gradient(145deg,#effaf6,#fff 60%,#fff7e8);
}
.ptk-v373-partner-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);
  gap:62px;
  align-items:center;
}
.ptk-v373-partner-copy>span{
  color:#13a57d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.ptk-v373-partner-copy h2{
  max-width:720px;
  margin:8px 0 14px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.06;
  letter-spacing:-.05em;
}
.ptk-v373-partner-copy>p{
  max-width:700px;
  margin:0;
  color:#60777d;
  font-size:13px;
  line-height:1.7;
}
.ptk-v373-partner-benefits{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 20px;
  margin:25px 0;
}
.ptk-v373-partner-benefits span{
  font-size:10px;
  font-weight:780;
}
.ptk-v373-partner-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.ptk-v373-primary{
  background:#13a57d!important;
  color:#fff!important;
}
.ptk-v373-secondary{
  border:1px solid #cfe0dc!important;
  background:#fff!important;
  color:#08745d!important;
}

.ptk-v373-partner-card{
  padding:20px;
  border:1px solid #d7e6e2;
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 60px rgba(23,53,60,.11);
}
.ptk-v373-card-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.ptk-v373-card-top small{
  color:#71858a;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}
.ptk-v373-card-top span{
  color:#08745d;
  font-size:8px;
  font-weight:900;
}
.ptk-v373-card-photo{
  display:flex;
  height:210px;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(135deg,#dff4ed,#fff7e8);
  font-size:70px;
}
.ptk-v373-partner-card h3{
  margin:18px 0 10px;
  font-size:20px;
  letter-spacing:-.03em;
}
.ptk-v373-partner-card ul{
  margin:0;
  padding:0;
  list-style:none;
}
.ptk-v373-partner-card li{
  margin:8px 0;
  color:#60777d;
  font-size:10px;
}
.ptk-v373-partner-card li::before{
  content:"✓";
  margin-right:8px;
  color:#13a57d;
  font-weight:900;
}

@media(max-width:980px){
  .ptk-v373-stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ptk-v373-trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ptk-v373-partner-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .ptk-v373-stats-grid,
  .ptk-v373-trust-grid{
    grid-template-columns:1fr;
  }
  .ptk-v373-heading{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  .ptk-v373-partner-benefits{
    grid-template-columns:1fr;
  }
  .ptk-v373-partner-cta{
    padding:64px 0;
  }
}


/* ================================================================
   PATIKLUP 3.7.4 — PET OTEL PRO + CITIES + FINAL FOOTER
   ================================================================ */

.ptk-v374-pro{
  padding:92px 0;
  background:linear-gradient(145deg,#122e35,#1c4a54);
  color:#fff;
}
.ptk-v374-pro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:68px;
  align-items:center;
}
.ptk-v374-pro-copy>span{
  color:#f6b73c;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.ptk-v374-pro-copy h2{
  max-width:700px;
  margin:9px 0 14px;
  font-size:clamp(36px,4vw,52px);
  line-height:1.06;
  letter-spacing:-.05em;
}
.ptk-v374-pro-copy>p{
  max-width:690px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.7;
}
.ptk-v374-pro-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 22px;
  margin:26px 0;
}
.ptk-v374-pro-features span{
  font-size:10px;
  font-weight:760;
}
.ptk-v374-pro-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.ptk-v374-pro-primary{
  background:#f6b73c!important;
  color:#17353c!important;
}
.ptk-v374-pro-secondary{
  border:1px solid rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}

.ptk-v374-dashboard{
  padding:20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(255,255,255,.08);
  box-shadow:0 30px 70px rgba(0,0,0,.22);
}
.ptk-v374-dashboard-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:15px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.ptk-v374-dashboard-head small,
.ptk-v374-dashboard-head strong{
  display:block;
}
.ptk-v374-dashboard-head small{
  color:#f6b73c;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
}
.ptk-v374-dashboard-head strong{
  margin-top:3px;
  font-size:14px;
}
.ptk-v374-dashboard-head>span{
  color:#8be0c4;
  font-size:8px;
  font-weight:900;
}
.ptk-v374-dashboard-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:15px 0;
}
.ptk-v374-dashboard-stats article{
  padding:16px;
  border-radius:13px;
  background:#fff;
  color:#17353c;
}
.ptk-v374-dashboard-stats small,
.ptk-v374-dashboard-stats strong,
.ptk-v374-dashboard-stats span{
  display:block;
}
.ptk-v374-dashboard-stats small{color:#839398;font-size:7px;font-weight:900}
.ptk-v374-dashboard-stats strong{margin:5px 0;font-size:24px}
.ptk-v374-dashboard-stats span{color:#71858a;font-size:8px}
.ptk-v374-dashboard-list{
  display:grid;
  gap:7px;
}
.ptk-v374-dashboard-list div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:11px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.08);
  font-size:9px;
}
.ptk-v374-dashboard-list span{
  color:#9ddfca;
}

.ptk-v374-cities{
  background:#f7fbfa;
}
.ptk-v374-heading{
  align-items:flex-end!important;
  gap:30px!important;
  margin-bottom:28px!important;
}
.ptk-v374-heading h2{
  margin-top:5px!important;
  font-size:clamp(30px,3vw,42px)!important;
  letter-spacing:-.045em!important;
}
.ptk-v374-heading p{
  max-width:540px!important;
  margin:0!important;
  color:#6f8287!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.ptk-v374-city-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.ptk-v374-city-grid a{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:15px;
  border:1px solid #dce9e6;
  border-radius:13px;
  background:#fff;
  color:#17353c;
  text-decoration:none;
  transition:.18s;
}
.ptk-v374-city-grid a:hover{
  transform:translateY(-2px);
  border-color:#a8d8cb;
}
.ptk-v374-city-grid span{
  font-size:13px;
  font-weight:850;
}
.ptk-v374-city-grid b{
  color:#71858a;
  font-size:8px;
}
.ptk-v374-seo-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid #dce9e6;
}
.ptk-v374-seo-links h3{
  margin:0 0 9px;
  font-size:12px;
}
.ptk-v374-seo-links a{
  display:inline-block;
  margin:0 10px 6px 0;
  color:#60777d;
  text-decoration:none;
  font-size:9px;
}
.ptk-v374-seo-links a:hover{color:#08745d}

.ptk-v374-footer{
  padding:58px 0 20px;
  background:#102b32;
  color:#fff;
}
.ptk-v374-footer-grid{
  display:grid;
  grid-template-columns:1.45fr repeat(4,1fr);
  gap:34px;
}
.ptk-v374-footer-brand img{
  width:225px;
  max-width:100%;
  filter:brightness(0) invert(1);
}
.ptk-v374-footer-brand p{
  max-width:330px;
  margin:14px 0;
  color:rgba(255,255,255,.67);
  font-size:10px;
  line-height:1.7;
}
.ptk-v374-footer-join{
  display:inline-flex;
  padding:10px 13px;
  border-radius:9px;
  background:#f6b73c;
  color:#17353c;
  text-decoration:none;
  font-size:9px;
  font-weight:900;
}
.ptk-v374-footer-col h3{
  margin:0 0 13px;
  color:#fff;
  font-size:12px;
}
.ptk-v374-footer-col a{
  display:block;
  margin:8px 0;
  color:rgba(255,255,255,.66);
  text-decoration:none;
  font-size:9px;
}
.ptk-v374-footer-col a:hover{
  color:#fff;
}
.ptk-v374-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:38px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.46);
  font-size:8px;
}

@media(max-width:980px){
  .ptk-v374-pro-grid{
    grid-template-columns:1fr;
  }
  .ptk-v374-city-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .ptk-v374-footer-grid{
    grid-template-columns:1.4fr 1fr 1fr;
  }
}
@media(max-width:700px){
  .ptk-v374-pro{
    padding:68px 0;
  }
  .ptk-v374-pro-features,
  .ptk-v374-seo-links{
    grid-template-columns:1fr;
  }
  .ptk-v374-dashboard-stats{
    grid-template-columns:1fr;
  }
  .ptk-v374-heading{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  .ptk-v374-city-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ptk-v374-footer-grid{
    grid-template-columns:1fr 1fr;
  }
  .ptk-v374-footer-brand{
    grid-column:1/-1;
  }
  .ptk-v374-footer-bottom{
    flex-direction:column;
  }
}
@media(max-width:460px){
  .ptk-v374-city-grid,
  .ptk-v374-footer-grid{
    grid-template-columns:1fr;
  }
  .ptk-v374-footer-brand{
    grid-column:auto;
  }
}


/* ================================================================
   PATIKLUP 3.8.0 — CLUB PARTNER DIRECTORY
   ================================================================ */
.ptk-v380-directory{background:#fff}
.ptk-v380-hero{padding:72px 0 48px;background:linear-gradient(135deg,#effaf6,#fff 58%,#fff7e8)}
.ptk-v380-hero-grid{display:flex;align-items:flex-end;justify-content:space-between;gap:36px}
.ptk-v380-hero-copy>span{color:#13a57d;font-size:9px;font-weight:900;letter-spacing:.1em}
.ptk-v380-hero-copy h1{max-width:760px;margin:8px 0 13px;font-size:clamp(39px,5vw,62px);line-height:1.02;letter-spacing:-.055em}
.ptk-v380-hero-copy p{max-width:760px;margin:0;color:#63797f;font-size:13px;line-height:1.7}
.ptk-v380-hero-badge{display:flex;align-items:center;gap:11px;min-width:265px;padding:15px 17px;border:1px solid #cee4dd;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(23,53,60,.07)}
.ptk-v380-hero-badge>b{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:#e8f8f2;color:#08745d;font-size:20px}
.ptk-v380-hero-badge strong,.ptk-v380-hero-badge span{display:block}.ptk-v380-hero-badge strong{font-size:10px}.ptk-v380-hero-badge span{margin-top:2px;color:#809095;font-size:8px}

.ptk-v380-search-section{position:relative;z-index:5;margin-top:-6px;padding:0 0 28px;background:#fff}
.ptk-v380-search{display:grid;grid-template-columns:1.1fr 1fr 1.1fr .9fr .9fr auto auto;gap:8px;align-items:end;padding:14px;border:1px solid #d8e7e3;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(23,53,60,.08)}
.ptk-v380-search label{display:block}.ptk-v380-search label>span{display:block;margin-bottom:5px;color:#71858a;font-size:7px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.ptk-v380-search select,.ptk-v380-search input{width:100%;min-height:42px;padding:9px 10px;border:1px solid #d8e2e1;border-radius:9px;background:#fff;color:#17353c;font-size:10px}
.ptk-v380-check{display:flex!important;align-items:center;gap:7px;min-height:42px;padding:0 8px}.ptk-v380-check input{width:auto;min-height:auto}.ptk-v380-check span{margin:0!important;text-transform:none!important;white-space:nowrap}
.ptk-v380-search button{min-height:42px;padding:0 15px;border:0;border-radius:9px;background:#13a57d;color:#fff;font-size:9px;font-weight:900;cursor:pointer}
.ptk-v380-reset{display:flex;align-items:center;min-height:42px;color:#7a8b8f;text-decoration:none;font-size:8px;font-weight:800}

.ptk-v380-results{padding-top:45px}
.ptk-v380-results-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}
.ptk-v380-results-head small{color:#13a57d;font-size:8px;font-weight:900;letter-spacing:.08em}.ptk-v380-results-head h2{margin:4px 0 0;font-size:30px;letter-spacing:-.04em}.ptk-v380-results-head p{max-width:470px;margin:0;color:#71858a;font-size:10px;line-height:1.6}

.ptk-v380-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ptk-v380-card{overflow:hidden;border:1px solid #dce8e6;border-radius:22px;background:#fff;box-shadow:0 9px 30px rgba(23,53,60,.06);transition:.2s}
.ptk-v380-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(23,53,60,.12)}
.ptk-v380-card-media{position:relative;height:250px;background:linear-gradient(135deg,#e7f7f1,#fff6e4);overflow:hidden}
.ptk-v380-card-media>a{display:block;width:100%;height:100%}.ptk-v380-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.ptk-v380-card:hover .ptk-v380-card-media img{transform:scale(1.035)}
.ptk-v380-fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:62px}
.ptk-v380-card-badges{position:absolute;left:13px;bottom:13px;display:flex;gap:6px;flex-wrap:wrap}
.ptk-v380-card-badges span{padding:7px 9px;border-radius:999px;background:#fff;font-size:8px;font-weight:900;box-shadow:0 5px 16px rgba(23,53,60,.13)}
.ptk-v380-card-badges .verified{color:#08745d}.ptk-v380-card-badges .score{color:#8a6518}
.ptk-v380-card-body{padding:17px}
.ptk-v380-card-title-row{display:flex;justify-content:space-between;gap:13px}.ptk-v380-card-title-row h3{margin:0;font-size:17px}.ptk-v380-card-title-row h3 a{color:#17353c;text-decoration:none}.ptk-v380-card-title-row p{margin:4px 0 0;color:#75878b;font-size:9px}
.ptk-v380-rating{text-align:right;white-space:nowrap}.ptk-v380-rating strong,.ptk-v380-rating span{display:block}.ptk-v380-rating strong{color:#17353c;font-size:10px}.ptk-v380-rating span{margin-top:2px;color:#8a999d;font-size:7px}
.ptk-v380-services{display:flex;gap:5px;flex-wrap:wrap;margin:13px 0}.ptk-v380-services span{padding:6px 8px;border-radius:999px;background:#f1f7f5;color:#526b71;font-size:8px;font-weight:750}
.ptk-v380-info-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #edf2f1;color:#71858a;font-size:8px}.ptk-v380-info-row strong{color:#17353c;font-size:9px}
.ptk-v380-actions{display:grid;grid-template-columns:1.25fr .9fr .65fr;gap:6px}.ptk-v380-actions a{display:flex;min-height:36px;align-items:center;justify-content:center;padding:7px;border:1px solid #dbe7e4;border-radius:8px;color:#526a70;text-decoration:none;font-size:8px;font-weight:900}.ptk-v380-actions a.primary{border-color:#13a57d;background:#13a57d;color:#fff}
.ptk-v380-empty{grid-column:1/-1;padding:55px 20px;border:1px dashed #cfdeda;border-radius:18px;background:#fbfdfc;text-align:center}.ptk-v380-empty>span{font-size:45px}.ptk-v380-empty h3{margin:12px 0 5px}.ptk-v380-empty p{margin:0;color:#71858a;font-size:10px}.ptk-v380-empty a{display:inline-flex;margin-top:14px;padding:9px 12px;border-radius:8px;background:#effaf6;color:#08745d;text-decoration:none;font-size:9px;font-weight:900}
.ptk-v380-pagination{margin-top:28px}.ptk-v380-pagination ul{display:flex;justify-content:center;gap:6px;list-style:none;margin:0;padding:0}.ptk-v380-pagination a,.ptk-v380-pagination span{display:flex;min-width:34px;height:34px;align-items:center;justify-content:center;padding:0 9px;border:1px solid #dbe6e4;border-radius:8px;text-decoration:none;font-size:8px}.ptk-v380-pagination .current{background:#17353c;color:#fff}

.ptk-v380-partner-strip{padding:46px 0;background:#17353c;color:#fff}
.ptk-v380-partner-strip-grid{display:flex;align-items:center;justify-content:space-between;gap:35px}.ptk-v380-partner-strip span{color:#f6b73c;font-size:8px;font-weight:900;letter-spacing:.08em}.ptk-v380-partner-strip h2{max-width:760px;margin:6px 0 0;font-size:30px;line-height:1.1;letter-spacing:-.04em}
.ptk-v380-partner-strip-actions{display:flex;gap:8px;flex-wrap:wrap}.ptk-v380-partner-strip-actions a{display:inline-flex;padding:10px 13px;border-radius:8px;background:#f6b73c;color:#17353c;text-decoration:none;font-size:9px;font-weight:900}.ptk-v380-partner-strip-actions a.secondary{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff}

@media(max-width:1100px){
  .ptk-v380-search{grid-template-columns:repeat(3,1fr)}
  .ptk-v380-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .ptk-v380-hero-grid,.ptk-v380-results-head,.ptk-v380-partner-strip-grid{align-items:flex-start;flex-direction:column}
  .ptk-v380-hero-badge{min-width:0;width:100%}
  .ptk-v380-search{grid-template-columns:1fr 1fr}
  .ptk-v380-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .ptk-v380-search{grid-template-columns:1fr}
  .ptk-v380-card-media{height:220px}
}


/* ================================================================
   PATIKLUP 3.8.1 — PROVIDER PROFILE 2.0
   ================================================================ */
.ptk-v381-profile{background:#fff;color:#17353c}
.ptk-v381-notice{max-width:1180px;margin:12px auto 0;padding:11px 14px;border-radius:9px;background:#e7f7f1;color:#08745d;font-size:9px;font-weight:850}
.ptk-v381-top{padding:34px 0 0;background:#fff}
.ptk-v381-breadcrumb{display:flex;gap:7px;align-items:center;margin-bottom:20px;color:#839398;font-size:8px}.ptk-v381-breadcrumb a{color:#647a80;text-decoration:none}.ptk-v381-breadcrumb b{color:#17353c}
.ptk-v381-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px}
.ptk-v381-eyebrow{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:7px}.ptk-v381-eyebrow span{padding:6px 8px;border-radius:999px;background:#e9f8f3;color:#08745d;font-size:8px;font-weight:900}.ptk-v381-eyebrow span.score{background:#fff4df;color:#846119}
.ptk-v381-title-row h1{margin:0;font-size:clamp(36px,4.2vw,56px);line-height:1;letter-spacing:-.055em}
.ptk-v381-meta{display:flex;gap:10px 14px;flex-wrap:wrap;margin-top:11px;color:#71858a;font-size:9px}.ptk-v381-meta strong{color:#17353c}
.ptk-v381-title-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.ptk-v381-action{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #dce7e5;border-radius:9px;background:#fff;color:#4f676d;text-decoration:none;font-size:9px;font-weight:900}.ptk-v381-action.primary{border-color:#13a57d;background:#13a57d;color:#fff}

.ptk-v381-gallery{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.9fr);gap:8px;height:520px;overflow:hidden;border-radius:24px}
.ptk-v381-gallery-main,.ptk-v381-gallery-side>div{overflow:hidden;background:linear-gradient(135deg,#eaf7f3,#fff6e5)}
.ptk-v381-gallery-main img,.ptk-v381-gallery-thumb img{width:100%;height:100%;object-fit:cover}
.ptk-v381-gallery-fallback{display:flex;height:100%;align-items:center;justify-content:center;font-size:110px}
.ptk-v381-gallery-side{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px}
.ptk-v381-gallery-thumb{position:relative}.ptk-v381-gallery-thumb>span{position:absolute;right:10px;bottom:10px;padding:7px 9px;border-radius:999px;background:#17353c;color:#fff;font-size:8px;font-weight:900}
.ptk-v381-gallery-placeholder{display:flex;align-items:center;justify-content:center;font-size:48px}

.ptk-v381-main{padding-top:44px}
.ptk-v381-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:45px;align-items:start}
.ptk-v381-content{min-width:0}
.ptk-v381-intro-card{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:26px;padding-bottom:34px;border-bottom:1px solid #e7efed}
.ptk-v381-intro-card small,.ptk-v381-section-head small{color:#13a57d;font-size:8px;font-weight:900;letter-spacing:.08em}
.ptk-v381-intro-card h2,.ptk-v381-section-head h2{margin:5px 0 12px;font-size:27px;letter-spacing:-.035em}.ptk-v381-description{color:#60777d;font-size:11px;line-height:1.75}.ptk-v381-description p:first-child{margin-top:0}
.ptk-v381-trust-mini{display:grid;grid-template-columns:1fr;gap:8px}.ptk-v381-trust-mini article{padding:14px;border:1px solid #dce8e5;border-radius:13px;background:#fbfdfc}.ptk-v381-trust-mini strong,.ptk-v381-trust-mini span{display:block}.ptk-v381-trust-mini strong{font-size:24px}.ptk-v381-trust-mini span{margin-top:2px;color:#7d8e92;font-size:8px}
.ptk-v381-section-block{padding:32px 0;border-bottom:1px solid #e7efed}
.ptk-v381-badges{display:flex;gap:7px;flex-wrap:wrap}.ptk-v381-badges span{padding:8px 10px;border-radius:999px;background:#effaf6;color:#08745d;font-size:9px;font-weight:850}
.ptk-v381-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ptk-v381-service-grid article{padding:15px;border:1px solid #dce8e5;border-radius:14px;background:#fbfdfc}.ptk-v381-service-icon{font-size:28px}.ptk-v381-service-grid h3{margin:8px 0 4px;font-size:13px}.ptk-v381-service-grid span{color:#7b8d91;font-size:8px}
.ptk-v381-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ptk-v381-price-grid article{display:flex;gap:11px;align-items:center;padding:15px;border:1px solid #dce8e5;border-radius:14px;background:#fff}.ptk-v381-price-grid>article>span{font-size:27px}.ptk-v381-price-grid h3{margin:0;font-size:12px}.ptk-v381-price-grid p{margin:4px 0 0;font-size:17px;font-weight:900}.ptk-v381-price-grid small{color:#71858a;font-size:7px;font-weight:700}
.ptk-v381-availability{padding:17px;border:1px solid #dce8e5;border-radius:14px;background:#fbfdfc}.ptk-v381-availability .status{display:flex;align-items:center;gap:8px}.ptk-v381-availability .status span{width:9px;height:9px;border-radius:50%;background:#13a57d;box-shadow:0 0 0 5px rgba(19,165,125,.12)}.ptk-v381-availability strong{font-size:11px}.ptk-v381-availability p{margin:9px 0 0;color:#71858a;font-size:9px;line-height:1.6}
.ptk-v381-location-card{display:flex;justify-content:space-between;gap:20px;padding:18px;border:1px solid #dce8e5;border-radius:14px;background:#fbfdfc}.ptk-v381-location-card strong{font-size:12px}.ptk-v381-location-card p{margin:5px 0 0;color:#71858a;font-size:9px;line-height:1.5}.ptk-v381-location-card a{align-self:center;color:#08745d;text-decoration:none;font-size:9px;font-weight:900}

.ptk-v381-sidebar{position:sticky;top:100px;display:grid;gap:12px}
.ptk-v381-booking-card{padding:18px;border:1px solid #d8e5e2;border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(23,53,60,.1)}
.ptk-v381-booking-price{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}.ptk-v381-booking-price strong{font-size:23px}.ptk-v381-booking-price span{color:#71858a;font-size:8px}
.ptk-v381-booking-card .ptk-booking-request-form{margin-top:0!important;padding:0!important;border:0!important;box-shadow:none!important}
.ptk-v381-booking-card .ptk-booking-login{margin-top:0!important}
.ptk-v381-booking-links{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}.ptk-v381-booking-links a{display:flex;min-height:35px;align-items:center;justify-content:center;border:1px solid #dce7e5;border-radius:8px;color:#526a70;text-decoration:none;font-size:8px;font-weight:900}
.ptk-v381-safety-card{display:flex;gap:10px;padding:15px;border:1px solid #dce8e5;border-radius:15px;background:#effaf6}.ptk-v381-safety-card>span{font-size:24px}.ptk-v381-safety-card strong{font-size:10px}.ptk-v381-safety-card p{margin:4px 0 0;color:#61787e;font-size:8px;line-height:1.5}
.ptk-v381-pro-card{padding:17px;border-radius:16px;background:#17353c;color:#fff}.ptk-v381-pro-card small{color:#f6b73c;font-size:7px;font-weight:900}.ptk-v381-pro-card h3{margin:5px 0;font-size:17px}.ptk-v381-pro-card p{margin:0;color:rgba(255,255,255,.7);font-size:8px;line-height:1.55}.ptk-v381-pro-card a{display:inline-flex;margin-top:11px;color:#9ee3ce;text-decoration:none;font-size:8px;font-weight:900}

@media(max-width:1050px){
  .ptk-v381-layout{grid-template-columns:1fr}
  .ptk-v381-sidebar{position:static}
}
@media(max-width:800px){
  .ptk-v381-title-row{align-items:flex-start;flex-direction:column}
  .ptk-v381-title-actions{justify-content:flex-start}
  .ptk-v381-gallery{grid-template-columns:1fr;height:auto}
  .ptk-v381-gallery-main{height:380px}
  .ptk-v381-gallery-side{height:320px}
  .ptk-v381-intro-card{grid-template-columns:1fr}
  .ptk-v381-trust-mini{grid-template-columns:repeat(3,1fr)}
  .ptk-v381-service-grid,.ptk-v381-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .ptk-v381-gallery-main{height:290px}
  .ptk-v381-gallery-side{grid-template-columns:1fr 1fr;height:240px}
  .ptk-v381-trust-mini,.ptk-v381-service-grid,.ptk-v381-price-grid{grid-template-columns:1fr}
  .ptk-v381-location-card{flex-direction:column}
  .ptk-v381-booking-links{grid-template-columns:1fr}
}

/* PATIKLUP 3.8.2 — MOCKUP MATCH HOMEPAGE */
.ptk382-hero{position:relative;min-height:660px;padding:62px 0 100px;overflow:hidden;background:#eaf6f0}
.ptk382-photo{position:absolute;inset:0;background-image:url("assets/patiklup-hero-pets.webp");background-size:cover;background-position:center 47%}
.ptk382-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 28%,rgba(255,255,255,.32) 52%,rgba(255,255,255,.08) 100%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(15,64,49,.08))}
.ptk382-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.88fr);gap:58px;align-items:center}
.ptk382-hero-copy{max-width:650px}.ptk382-kicker{display:inline-flex;padding:8px 12px;border:1px solid #cbe8df;border-radius:999px;background:rgba(255,255,255,.86);color:#08745d;font-size:9px;font-weight:900;letter-spacing:.09em;box-shadow:0 6px 18px rgba(23,53,60,.05)}
.ptk382-hero-copy h1{max-width:610px;margin:20px 0 14px;color:#17353c;font-size:clamp(48px,5.2vw,72px);line-height:.99;letter-spacing:-.065em}.ptk382-hero-copy p{max-width:610px;margin:0;color:#5f767c;font-size:14px;line-height:1.68}
.ptk382-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.ptk382-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:18px;padding:10px 18px;border-radius:10px;text-decoration:none;font-size:10px;font-weight:900;box-shadow:0 8px 20px rgba(23,53,60,.06)}.ptk382-btn.primary{background:#1aa67e;color:#fff}.ptk382-btn.secondary{border:1px solid #d6e4e1;background:rgba(255,255,255,.94);color:#17353c}
.ptk382-proof{display:flex;gap:10px 16px;flex-wrap:wrap;margin-top:19px;color:#536a70;font-size:8px;font-weight:750}.ptk382-proof b{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;margin-right:5px;border-radius:50%;background:#e7f8f2;color:#13a57d}
.ptk382-network-card{position:relative;min-height:330px;padding:58px 38px;border:1px solid rgba(164,214,199,.65);border-radius:30px;background:rgba(247,253,250,.84);backdrop-filter:blur(8px);box-shadow:0 28px 60px rgba(23,53,60,.12)}
.ptk382-network-center{max-width:330px;margin:0 auto;text-align:center}.ptk382-network-center img{width:82px;height:82px;margin-bottom:8px}.ptk382-network-center small{display:block;color:#13a57d;font-size:8px;font-weight:900;letter-spacing:.08em}.ptk382-network-center h2{margin:8px auto 7px;font-size:23px;line-height:1.12;letter-spacing:-.04em}.ptk382-network-center p{margin:0 auto;max-width:270px;color:#71858a;font-size:9px;line-height:1.5}
.ptk382-float-card{position:absolute;display:flex;min-width:190px;align-items:center;gap:10px;padding:12px 14px;border:1px solid #dce8e5;border-radius:13px;background:#fff;color:#17353c;text-decoration:none;box-shadow:0 15px 35px rgba(23,53,60,.13)}.ptk382-float-card i{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:11px;background:#f4f8f7;font-style:normal;font-size:18px}.ptk382-float-card small,.ptk382-float-card strong{display:block}.ptk382-float-card small{color:#13a57d;font-size:6px;font-weight:900;letter-spacing:.07em}.ptk382-float-card strong{margin-top:3px;font-size:9px}.ptk382-float-card.member{left:-66px;top:22px}.ptk382-float-card.partner{right:-55px;top:118px}.ptk382-float-card.pro{left:-28px;bottom:-5px}
.ptk382-search-shell{position:absolute;left:50%;bottom:20px;z-index:4;width:100%;transform:translateX(-50%)}.ptk382-search{display:grid;grid-template-columns:1fr 1.1fr 1fr 1fr 110px;align-items:stretch;overflow:hidden;border:1px solid #d8e4e1;border-radius:18px;background:#fff;box-shadow:0 22px 50px rgba(23,53,60,.14)}.ptk382-search label{display:flex;min-width:0;align-items:center;gap:10px;padding:12px 16px;border-right:1px solid #e3ece9}.ptk382-field-icon{font-size:18px}.ptk382-field-copy{display:block;min-width:0;flex:1}.ptk382-field-copy small{display:block;margin-bottom:4px;color:#829196;font-size:6px;font-weight:900;letter-spacing:.07em}.ptk382-field-copy input,.ptk382-field-copy select{width:100%;min-height:24px;padding:0;border:0;outline:0;background:transparent;color:#17353c;font-size:10px;font-weight:800}.ptk382-search button{display:flex;align-items:center;justify-content:center;gap:13px;margin:9px;border:0;border-radius:12px;background:#1aa67e;color:#fff;font-size:10px;font-weight:900;cursor:pointer}
.ptk382-benefit-band{padding:26px 0 20px;background:#f7fbfa}.ptk382-benefit-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.65fr);gap:14px}.ptk382-benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid #dfe9e7;border-radius:18px;background:#fff}.ptk382-benefits article{display:flex;gap:10px;align-items:flex-start;padding:18px 14px;border-right:1px solid #edf2f1}.ptk382-benefits article:last-child{border-right:0}.ptk382-benefits i{display:flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border-radius:11px;background:#fff4df;color:#d68b14;font-style:normal;font-size:16px}.ptk382-benefits article:nth-child(2) i{background:#e6f8ee;color:#16a162}.ptk382-benefits article:nth-child(3) i{background:#e7f2ff;color:#3d84d8}.ptk382-benefits article:nth-child(4) i{background:#e5f9ee;color:#16a162}.ptk382-benefits article:nth-child(5) i{background:#ffe9ef;color:#d45778}.ptk382-benefits strong,.ptk382-benefits span{display:block}.ptk382-benefits strong{font-size:9px;line-height:1.35}.ptk382-benefits span{margin-top:5px;color:#819095;font-size:7px;line-height:1.35}
.ptk382-pro-promo{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:10px;align-items:center;padding:18px;border-radius:16px;background:linear-gradient(135deg,#1aa67e,#167b62);color:#fff;text-decoration:none;box-shadow:0 16px 36px rgba(23,83,70,.18)}.ptk382-pro-promo small{font-size:8px;font-weight:900;letter-spacing:.07em}.ptk382-pro-promo h3{margin:5px 0 6px;font-size:15px;line-height:1.1}.ptk382-pro-promo p{margin:0;color:rgba(255,255,255,.8);font-size:8px;line-height:1.45}.ptk382-pro-promo>div>span{display:inline-flex;margin-top:10px;padding:7px 9px;border-radius:7px;background:#fff;color:#176651;font-size:8px;font-weight:900}.ptk382-device{position:relative;height:95px}.ptk382-screen{position:absolute;left:0;top:7px;width:118px;height:76px;padding:8px;border:4px solid #17353c;border-radius:7px;background:#f7fbfa;color:#17353c}.ptk382-screen b{font-size:7px}.ptk382-screen span{display:block;height:8px;margin-top:6px;border-radius:3px;background:#dce9e6}.ptk382-phone{position:absolute;right:1px;bottom:0;width:38px;height:70px;padding:7px 5px;border:4px solid #17353c;border-radius:8px;background:#fff}.ptk382-phone span{display:block;height:9px;margin-bottom:5px;border-radius:3px;background:#d8ece5}
.ptk-v372-partners{padding-top:34px!important;background:#f7fbfa!important}
@media(max-width:1120px){.ptk382-hero-inner{grid-template-columns:1fr 430px;gap:25px}.ptk382-float-card.member{left:-25px}.ptk382-float-card.partner{right:-10px}.ptk382-benefit-layout{grid-template-columns:1fr}}
@media(max-width:900px){.ptk382-hero{min-height:auto;padding-bottom:150px}.ptk382-hero-inner{grid-template-columns:1fr}.ptk382-overlay{background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.72))}.ptk382-network-card{max-width:620px}.ptk382-search-shell{bottom:22px}.ptk382-search{grid-template-columns:1fr 1fr}.ptk382-search button{min-height:48px}.ptk382-benefits{grid-template-columns:repeat(2,1fr)}.ptk382-benefits article{border-bottom:1px solid #edf2f1}}
@media(max-width:620px){.ptk382-hero{padding-top:40px;padding-bottom:270px}.ptk382-photo{background-position:58% center}.ptk382-overlay{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.83))}.ptk382-hero-copy h1{font-size:46px}.ptk382-network-card{min-height:300px;padding:48px 18px 30px}.ptk382-float-card{min-width:155px;padding:9px 10px}.ptk382-float-card.member{left:8px;top:8px}.ptk382-float-card.partner{right:8px;top:auto;bottom:65px}.ptk382-float-card.pro{left:18px;bottom:8px}.ptk382-search{grid-template-columns:1fr}.ptk382-search-shell{bottom:18px}.ptk382-search label{border-right:0;border-bottom:1px solid #e5eeec}.ptk382-benefits{grid-template-columns:1fr}.ptk382-pro-promo{grid-template-columns:1fr}.ptk382-device{display:none}}


/* ================================================================
   PATIKLUP 3.8.3 — CONTAINED HERO FIX
   ================================================================ */

/* page breathing room */
.home .site-main,
.home main{
  overflow:visible!important;
}

.ptk382-hero{
  width:min(1440px,calc(100% - 40px))!important;
  min-height:590px!important;
  margin:22px auto 0!important;
  padding:54px 0 108px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  box-shadow:0 18px 52px rgba(23,53,60,.09)!important;
}

.ptk382-photo{
  border-radius:28px!important;
  background-position:center 48%!important;
}

.ptk382-overlay{
  border-radius:28px!important;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.96) 0%,
      rgba(255,255,255,.91) 25%,
      rgba(255,255,255,.60) 43%,
      rgba(255,255,255,.18) 66%,
      rgba(255,255,255,.04) 100%)!important;
}

.ptk382-hero-inner{
  width:min(1160px,calc(100% - 56px))!important;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr)!important;
  gap:44px!important;
}

.ptk382-hero-copy{
  max-width:560px!important;
}
.ptk382-hero-copy h1{
  max-width:530px!important;
  font-size:clamp(44px,4.6vw,64px)!important;
}
.ptk382-hero-copy p{
  max-width:520px!important;
  font-size:12.5px!important;
}

.ptk382-network-card{
  width:100%!important;
  max-width:390px!important;
  min-height:270px!important;
  justify-self:end!important;
  padding:46px 28px 34px!important;
  border-radius:24px!important;
  background:rgba(247,253,250,.83)!important;
  box-shadow:0 18px 45px rgba(23,53,60,.10)!important;
}

.ptk382-network-center{
  max-width:270px!important;
}
.ptk382-network-center img{
  width:68px!important;
  height:68px!important;
}
.ptk382-network-center h2{
  font-size:19px!important;
}
.ptk382-network-center p{
  max-width:235px!important;
  font-size:8px!important;
}

.ptk382-float-card{
  min-width:155px!important;
  padding:9px 11px!important;
  border-radius:11px!important;
}
.ptk382-float-card i{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  font-size:15px!important;
}
.ptk382-float-card small{
  font-size:5.5px!important;
}
.ptk382-float-card strong{
  font-size:8px!important;
}
.ptk382-float-card.member{
  left:-42px!important;
  top:18px!important;
}
.ptk382-float-card.partner{
  right:-35px!important;
  top:88px!important;
}
.ptk382-float-card.pro{
  left:-20px!important;
  bottom:-10px!important;
}

/* keep search within hero/card width rather than edge-to-edge */
.ptk382-search-shell{
  width:min(1160px,calc(100% - 56px))!important;
  bottom:24px!important;
}
.ptk382-search{
  border-radius:15px!important;
  box-shadow:0 14px 36px rgba(23,53,60,.12)!important;
}
.ptk382-search label{
  padding:10px 13px!important;
}
.ptk382-search button{
  margin:7px!important;
}

/* add whitespace beneath contained hero */
.ptk382-benefit-band{
  padding:34px 0 24px!important;
}
.ptk382-benefit-layout{
  width:min(1160px,calc(100% - 40px))!important;
}
.ptk382-benefits{
  border-radius:15px!important;
}
.ptk382-benefits article{
  padding:15px 11px!important;
}
.ptk382-pro-promo{
  padding:15px!important;
  border-radius:15px!important;
}

/* contained featured section */
.ptk-v372-partners > .ptk-container,
.ptk-v372-services > .ptk-container,
.ptk-v373-trust > .ptk-container,
.ptk-v373-partner-cta > .ptk-container,
.ptk-v374-pro > .ptk-container,
.ptk-v374-cities > .ptk-container{
  width:min(1160px,calc(100% - 40px))!important;
}

/* desktop balance */
@media(min-width:1180px){
  .ptk382-hero{
    width:min(1420px,calc(100% - 64px))!important;
  }
}

/* tablet */
@media(max-width:980px){
  .ptk382-hero{
    width:calc(100% - 28px)!important;
    min-height:auto!important;
    padding:44px 0 175px!important;
  }
  .ptk382-hero-inner{
    width:calc(100% - 36px)!important;
    grid-template-columns:1fr!important;
  }
  .ptk382-network-card{
    max-width:520px!important;
    justify-self:start!important;
  }
  .ptk382-search-shell{
    width:calc(100% - 36px)!important;
  }
}

/* mobile */
@media(max-width:620px){
  .ptk382-hero{
    width:calc(100% - 18px)!important;
    margin-top:10px!important;
    padding:32px 0 315px!important;
    border-radius:18px!important;
  }
  .ptk382-photo,
  .ptk382-overlay{
    border-radius:18px!important;
  }
  .ptk382-hero-inner{
    width:calc(100% - 24px)!important;
  }
  .ptk382-hero-copy h1{
    font-size:42px!important;
  }
  .ptk382-network-card{
    max-width:none!important;
    min-height:270px!important;
    padding:40px 15px 30px!important;
  }
  .ptk382-float-card.member{
    left:6px!important;
    top:7px!important;
  }
  .ptk382-float-card.partner{
    right:6px!important;
    top:auto!important;
    bottom:58px!important;
  }
  .ptk382-float-card.pro{
    left:12px!important;
    bottom:7px!important;
  }
  .ptk382-search-shell{
    width:calc(100% - 22px)!important;
  }
}


/* ================================================================
   PATIKLUP 3.9.1 — PREMIUM HERO
   ================================================================ */

.ptk391-hero{
  position:relative;
  width:min(1420px,calc(100% - 48px));
  min-height:610px;
  margin:24px auto 0;
  padding:62px 0 118px;
  overflow:hidden;
  border-radius:30px;
  background:#eaf6f0;
  box-shadow:0 24px 70px rgba(23,53,60,.10);
}

.ptk391-hero-photo{
  position:absolute;
  inset:0;
  background:url("assets/patiklup-hero-pets.webp") center 48%/cover no-repeat;
  transform:scale(1.01);
}

.ptk391-hero-tint{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.92) 26%,
      rgba(255,255,255,.66) 43%,
      rgba(255,255,255,.23) 66%,
      rgba(255,255,255,.07) 100%);
}

.ptk391-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
}
.ptk391-orb.orb-a{
  width:210px;height:210px;
  top:-86px;right:-42px;
  background:rgba(255,211,137,.34);
}
.ptk391-orb.orb-b{
  width:180px;height:180px;
  bottom:-88px;left:-50px;
  background:rgba(85,203,171,.20);
}

.ptk391-inner{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.72fr);
  gap:54px;
  align-items:center;
  width:min(1160px,calc(100% - 56px));
}

.ptk391-copy{
  max-width:575px;
}

.ptk391-kicker{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid rgba(160,213,198,.8);
  border-radius:999px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(8px);
  color:#08745d;
  font-size:8px;
  font-weight:900;
  letter-spacing:.09em;
  box-shadow:0 8px 24px rgba(23,53,60,.05);
}

.ptk391-copy h1{
  max-width:555px;
  margin:20px 0 14px;
  color:#17353c;
  font-size:clamp(46px,4.8vw,66px);
  line-height:.99;
  letter-spacing:-.062em;
}

.ptk391-copy p{
  max-width:525px;
  margin:0;
  color:#60777d;
  font-size:13px;
  line-height:1.72;
}

.ptk391-cta-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:25px;
}

.ptk391-btn{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:10px 18px;
  border-radius:10px;
  text-decoration:none;
  font-size:10px;
  font-weight:900;
  transition:.2s ease;
}
.ptk391-btn:hover{transform:translateY(-2px)}
.ptk391-btn.primary{
  background:#18a67d;
  color:#fff;
  box-shadow:0 10px 25px rgba(24,166,125,.20);
}
.ptk391-btn.ghost{
  border:1px solid #d8e5e1;
  background:rgba(255,255,255,.92);
  color:#17353c;
}

.ptk391-proof{
  display:flex;
  gap:10px 16px;
  flex-wrap:wrap;
  margin-top:20px;
  color:#5b7076;
  font-size:8px;
  font-weight:800;
}
.ptk391-proof b{
  display:inline-flex;
  width:17px;height:17px;
  align-items:center;justify-content:center;
  margin-right:5px;
  border-radius:50%;
  background:#e7f8f2;
  color:#13a57d;
}

.ptk391-visual{
  position:relative;
  justify-self:end;
  width:100%;
  max-width:390px;
}

.ptk391-core-card{
  position:relative;
  min-height:265px;
  padding:42px 28px 32px;
  border:1px solid rgba(174,218,205,.72);
  border-radius:24px;
  background:rgba(247,253,250,.78);
  backdrop-filter:blur(11px);
  text-align:center;
  box-shadow:0 22px 55px rgba(23,53,60,.11);
}

.ptk391-mark-wrap{
  display:flex;
  width:70px;height:70px;
  align-items:center;justify-content:center;
  margin:0 auto 8px;
  border-radius:22px;
  background:rgba(255,255,255,.84);
  box-shadow:0 9px 25px rgba(23,53,60,.06);
}
.ptk391-mark-wrap img{width:58px;height:58px}

.ptk391-core-card small{
  display:block;
  color:#13a57d;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
}
.ptk391-core-card h2{
  max-width:285px;
  margin:8px auto 7px;
  font-size:19px;
  line-height:1.13;
  letter-spacing:-.04em;
}
.ptk391-core-card p{
  max-width:245px;
  margin:0 auto;
  color:#71858a;
  font-size:8px;
  line-height:1.5;
}

.ptk391-float{
  position:absolute;
  display:flex;
  min-width:160px;
  align-items:center;
  gap:9px;
  padding:9px 11px;
  border:1px solid rgba(216,230,226,.92);
  border-radius:11px;
  background:rgba(255,255,255,.95);
  color:#17353c;
  text-decoration:none;
  box-shadow:0 13px 32px rgba(23,53,60,.12);
  transition:.2s ease;
}
.ptk391-float:hover{transform:translateY(-3px)}
.ptk391-float>span{
  display:flex;
  width:30px;height:30px;
  align-items:center;justify-content:center;
  flex:0 0 30px;
  border-radius:10px;
  background:#f4f8f7;
  font-size:15px;
}
.ptk391-float small,.ptk391-float strong{display:block}
.ptk391-float small{
  color:#13a57d;
  font-size:5.5px;
  font-weight:900;
  letter-spacing:.07em;
}
.ptk391-float strong{
  margin-top:2px;
  font-size:8px;
}
.ptk391-float.f-member{left:-40px;top:18px}
.ptk391-float.f-partner{right:-28px;top:88px}
.ptk391-float.f-pro{left:-18px;bottom:-8px}

.ptk391-search-wrap{
  position:absolute;
  left:50%;
  bottom:22px;
  z-index:4;
  width:min(1160px,calc(100% - 56px));
  transform:translateX(-50%);
}

.ptk391-search{
  display:grid;
  grid-template-columns:1fr 1.1fr 1fr 1fr 108px;
  overflow:hidden;
  border:1px solid rgba(214,228,224,.95);
  border-radius:17px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 50px rgba(23,53,60,.14);
}

.ptk391-search label{
  display:flex;
  min-width:0;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border-right:1px solid rgba(225,236,233,.92);
}
.ptk391-search label i{
  font-style:normal;
  font-size:17px;
}
.ptk391-search label span{
  display:block;
  min-width:0;
  flex:1;
}
.ptk391-search small{
  display:block;
  margin-bottom:4px;
  color:#829196;
  font-size:6px;
  font-weight:900;
  letter-spacing:.07em;
}
.ptk391-search input,.ptk391-search select{
  width:100%;
  min-height:24px;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#17353c;
  font-size:10px;
  font-weight:800;
}
.ptk391-search button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:7px;
  border:0;
  border-radius:11px;
  background:#18a67d;
  color:#fff;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
  transition:.2s ease;
}
.ptk391-search button:hover{
  background:#118f6d;
  transform:translateY(-1px);
}

@media(max-width:1000px){
  .ptk391-hero{
    width:calc(100% - 28px);
    min-height:auto;
    padding-bottom:185px;
  }
  .ptk391-inner{
    grid-template-columns:1fr;
    width:calc(100% - 40px);
  }
  .ptk391-visual{
    justify-self:start;
    max-width:520px;
  }
  .ptk391-search-wrap{
    width:calc(100% - 40px);
  }
  .ptk391-search{
    grid-template-columns:1fr 1fr;
  }
  .ptk391-search button{min-height:46px}
}

@media(max-width:620px){
  .ptk391-hero{
    width:calc(100% - 18px);
    margin-top:10px;
    padding:34px 0 315px;
    border-radius:19px;
  }
  .ptk391-hero-photo{background-position:58% center}
  .ptk391-hero-tint{
    background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.84));
  }
  .ptk391-inner{
    width:calc(100% - 24px);
  }
  .ptk391-copy h1{font-size:42px}
  .ptk391-core-card{
    min-height:260px;
    padding:38px 16px 28px;
  }
  .ptk391-float{min-width:150px}
  .ptk391-float.f-member{left:6px;top:7px}
  .ptk391-float.f-partner{right:6px;top:auto;bottom:58px}
  .ptk391-float.f-pro{left:12px;bottom:7px}
  .ptk391-search-wrap{
    width:calc(100% - 22px);
  }
  .ptk391-search{
    grid-template-columns:1fr;
  }
  .ptk391-search label{
    border-right:0;
    border-bottom:1px solid rgba(225,236,233,.92);
  }
}

/* v3.9.2 Premium Services */
.ptk392-services{padding:70px 0;background:#fbfcfc}
.ptk392-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.ptk392-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:.25s}
.ptk392-card:hover{transform:translateY(-8px);box-shadow:0 18px 45px rgba(0,0,0,.14)}
.ptk392-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.ptk392-body{padding:22px}
.ptk392-badge{display:inline-block;background:#e8faf2;color:#118b67;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700}
.ptk392-price{font-size:22px;font-weight:800;color:#17353c}


/* ================================================================
   PATIKLUP 3.9.3 — PREMIUM SERVICE DISCOVERY
   ================================================================ */

.ptk393-services{
  padding:74px 0 82px!important;
  background:linear-gradient(180deg,#fbfdfc 0%,#f6faf8 100%)!important;
}

.ptk393-services>.ptk-container{
  width:min(1160px,calc(100% - 40px))!important;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.ptk393-heading{
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:36px;
  margin-bottom:10px;
}

.ptk393-heading>div>span{
  display:inline-block;
  margin-bottom:7px;
  color:#13a57d;
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
}

.ptk393-heading h2{
  max-width:720px;
  margin:0;
  color:#17353c;
  font-size:clamp(32px,3.5vw,46px);
  line-height:1.04;
  letter-spacing:-.052em;
}

.ptk393-heading>p{
  max-width:440px;
  margin:0;
  color:#6e8287;
  font-size:11px;
  line-height:1.68;
}

.ptk393-card{
  overflow:hidden;
  border:1px solid #dce8e5;
  border-radius:23px;
  background:#fff;
  box-shadow:0 10px 32px rgba(23,53,60,.065);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.ptk393-card:hover{
  transform:translateY(-7px);
  border-color:color-mix(in srgb,var(--ptk393-accent) 38%,#dce8e5);
  box-shadow:0 24px 56px rgba(23,53,60,.13);
}

.ptk393-media{
  position:relative;
  display:block;
  height:230px;
  overflow:hidden;
  background:#e7f3ef;
}

.ptk393-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.ptk393-card:hover .ptk393-media img{
  transform:scale(1.055);
}

.ptk393-media-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(23,53,60,.02),rgba(23,53,60,.20));
}

.ptk393-badge{
  position:absolute;
  top:14px;
  left:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(8px);
  color:var(--ptk393-accent);
  font-size:7px;
  font-weight:900;
  box-shadow:0 7px 20px rgba(23,53,60,.10);
}

.ptk393-icon{
  position:absolute;
  right:14px;
  bottom:14px;
  display:flex;
  width:47px;
  height:47px;
  align-items:center;
  justify-content:center;
  border:3px solid rgba(255,255,255,.95);
  border-radius:15px;
  background:var(--ptk393-accent);
  font-size:23px;
  box-shadow:0 8px 22px rgba(23,53,60,.18);
}

.ptk393-body{
  padding:18px;
}

.ptk393-title-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
}

.ptk393-title-row h3{
  margin:0 0 6px;
  font-size:18px;
  letter-spacing:-.025em;
}

.ptk393-title-row h3 a{
  color:#17353c;
  text-decoration:none;
}

.ptk393-title-row p{
  margin:0;
  color:#73868b;
  font-size:9px;
  line-height:1.55;
}

.ptk393-count{
  flex:0 0 auto;
  padding:6px 8px;
  border-radius:999px;
  background:color-mix(in srgb,var(--ptk393-accent) 10%,white);
  color:var(--ptk393-accent);
  font-size:7px;
  font-weight:900;
  white-space:nowrap;
}

.ptk393-footer{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:end;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #edf2f1;
}

.ptk393-price small,.ptk393-price strong{
  display:block;
}

.ptk393-price small{
  color:#87969a;
  font-size:6px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.ptk393-price strong{
  margin-top:3px;
  color:#17353c;
  font-size:17px;
}

.ptk393-footer>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--ptk393-accent);
  text-decoration:none;
  font-size:8px;
  font-weight:900;
}

.ptk393-footer>a span{
  display:flex;
  width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:color-mix(in srgb,var(--ptk393-accent) 10%,white);
}

@media(max-width:980px){
  .ptk393-services>.ptk-container{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ptk393-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }

  .ptk393-heading>p{
    max-width:650px;
  }
}

@media(max-width:620px){
  .ptk393-services{
    padding:58px 0 64px!important;
  }

  .ptk393-services>.ptk-container{
    width:calc(100% - 24px)!important;
    grid-template-columns:1fr;
    gap:16px;
  }

  .ptk393-media{
    height:215px;
  }

  .ptk393-title-row{
    gap:10px;
  }
}


/* ================================================================
   PATIKLUP 3.9.4 — APPROVED SERVICE MARKETPLACE DESIGN
   ================================================================ */

.ptk394-services{
  padding:72px 0 62px;
  background:#fff;
}
.ptk394-services>.ptk-container{
  width:min(1240px,calc(100% - 40px))!important;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}

.ptk394-heading{
  grid-column:1/-1;
  margin-bottom:12px;
  text-align:center;
}
.ptk394-heading-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:10px;
}
.ptk394-heading-mark span{
  width:44px;
  height:1px;
  background:#cfd9d6;
}
.ptk394-heading-mark b{
  color:#0fa77c;
  font-size:18px;
}
.ptk394-heading h2{
  margin:0;
  color:#101f39;
  font-size:clamp(34px,3.3vw,50px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.ptk394-heading h2 em{
  color:#0fa77c;
  font-style:normal;
}
.ptk394-heading p{
  max-width:660px;
  margin:12px auto 0;
  color:#6d7889;
  font-size:12px;
  line-height:1.65;
}

.ptk394-card{
  overflow:hidden;
  border:1px solid #e3e8e7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 6px 20px rgba(16,31,57,.08);
  transition:.24s ease;
}
.ptk394-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(16,31,57,.13);
}
.ptk394-photo{
  position:relative;
  display:block;
  height:210px;
  margin:8px 8px 0;
  overflow:hidden;
  border-radius:14px;
}
.ptk394-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.ptk394-card:hover .ptk394-photo img{
  transform:scale(1.045);
}
.ptk394-ribbon{
  position:absolute;
  top:10px;
  left:10px;
  padding:7px 9px;
  border-radius:8px;
  background:var(--accent);
  color:#fff;
  font-size:7px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(0,0,0,.12);
}
.ptk394-round-icon{
  position:absolute;
  left:50%;
  bottom:-28px;
  display:flex;
  width:58px;
  height:58px;
  align-items:center;
  justify-content:center;
  transform:translateX(-50%);
  border:3px solid #fff;
  border-radius:50%;
  background:var(--accent);
  color:#fff;
  font-size:24px;
  box-shadow:0 8px 20px rgba(16,31,57,.15);
}
.ptk394-body{
  padding:38px 14px 15px;
  text-align:center;
  border-bottom:5px solid var(--accent);
}
.ptk394-body h3{
  margin:0;
  font-size:16px;
  letter-spacing:-.02em;
}
.ptk394-body h3 a{
  color:#111f38;
  text-decoration:none;
}
.ptk394-partners{
  display:block;
  margin-top:7px;
  color:var(--accent);
  font-size:9px;
}
.ptk394-rating{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-top:10px;
  font-size:7px;
  white-space:nowrap;
}
.ptk394-rating .stars{
  color:#f5b600;
  letter-spacing:1px;
}
.ptk394-rating b{
  color:#334156;
}
.ptk394-rating i{
  color:#aab2bc;
  font-style:normal;
}
.ptk394-rating .verified{
  color:#536176;
}
.ptk394-body p{
  min-height:52px;
  margin:12px 0 15px;
  color:#647085;
  font-size:8.5px;
  line-height:1.55;
}
.ptk394-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--accent);
  text-decoration:none;
  font-size:8px;
  font-weight:900;
}
.ptk394-link span{
  transition:.2s ease;
}
.ptk394-card:hover .ptk394-link span{
  transform:translateX(4px);
}

.ptk394-trust-strip{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:18px;
  overflow:hidden;
  border:1px solid #e3e8e7;
  border-radius:16px;
  background:#fff;
  box-shadow:0 5px 18px rgba(16,31,57,.04);
}
.ptk394-trust-strip article{
  display:flex;
  gap:10px;
  align-items:center;
  padding:15px 14px;
  border-right:1px solid #edf0ef;
}
.ptk394-trust-strip article:last-child{
  border-right:0;
}
.ptk394-trust-strip article>span{
  display:flex;
  width:34px;
  height:34px;
  flex:0 0 34px;
  align-items:center;
  justify-content:center;
  color:#0fa77c;
  font-size:20px;
}
.ptk394-trust-strip strong,
.ptk394-trust-strip p{
  display:block;
  margin:0;
}
.ptk394-trust-strip strong{
  color:#101f39;
  font-size:8px;
}
.ptk394-trust-strip p{
  margin-top:3px;
  color:#738092;
  font-size:6.5px;
  line-height:1.35;
}

.ptk394-location-cta{
  grid-column:2/6;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
  padding:14px 18px;
  border-radius:13px;
  background:linear-gradient(90deg,#eefaf6,#f6fcf9);
  color:#26364e;
  font-size:9px;
}
.ptk394-location-cta a{
  display:inline-flex;
  padding:9px 13px;
  border-radius:8px;
  background:#0fa77c;
  color:#fff;
  text-decoration:none;
  font-size:8px;
  font-weight:900;
}

@media(max-width:1120px){
  .ptk394-services>.ptk-container{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .ptk394-heading,
  .ptk394-trust-strip{
    grid-column:1/-1;
  }
  .ptk394-location-cta{
    grid-column:1/-1;
  }
}

@media(max-width:700px){
  .ptk394-services>.ptk-container{
    width:calc(100% - 24px)!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ptk394-trust-strip{
    grid-template-columns:1fr 1fr;
  }
  .ptk394-trust-strip article{
    border-bottom:1px solid #edf0ef;
  }
  .ptk394-location-cta{
    flex-direction:column;
    text-align:center;
  }
}

@media(max-width:480px){
  .ptk394-services>.ptk-container{
    grid-template-columns:1fr;
  }
  .ptk394-photo{
    height:230px;
  }
  .ptk394-trust-strip{
    grid-template-columns:1fr;
  }
}

/* PATIKLUP 3.9.5 — FEATURED CLUB PARTNERS 2.0 */
.ptk395-featured{padding:74px 0 82px;background:#f7fbfa}
.ptk395-featured>.ptk-container{width:min(1240px,calc(100% - 40px))!important}
.ptk395-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:24px}
.ptk395-heading>div>span{color:#13a57d;font-size:8px;font-weight:900;letter-spacing:.1em}
.ptk395-heading h2{max-width:720px;margin:7px 0 0;color:#101f39;font-size:clamp(32px,3.4vw,46px);line-height:1.04;letter-spacing:-.05em}
.ptk395-heading-side{max-width:410px}
.ptk395-heading-side p{margin:0 0 9px;color:#6e7e87;font-size:10px;line-height:1.6}
.ptk395-heading-side>a{color:#0fa77c;text-decoration:none;font-size:9px;font-weight:900}
.ptk395-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ptk395-card{overflow:hidden;border:1px solid #dee8e6;border-radius:21px;background:#fff;box-shadow:0 8px 26px rgba(16,31,57,.07);transition:.25s ease}
.ptk395-card:hover{transform:translateY(-6px);box-shadow:0 22px 46px rgba(16,31,57,.13)}
.ptk395-media{position:relative;height:230px;overflow:hidden;background:linear-gradient(135deg,#e7f6f0,#fff3df)}
.ptk395-media>a{display:block;width:100%;height:100%}
.ptk395-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.ptk395-card:hover .ptk395-media img{transform:scale(1.045)}
.ptk395-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:60px}
.ptk395-top-badges{position:absolute;left:12px;bottom:12px;display:flex;gap:6px;flex-wrap:wrap}
.ptk395-top-badges span{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);box-shadow:0 5px 16px rgba(16,31,57,.12);font-size:7px;font-weight:900}
.ptk395-top-badges .verified{color:#0f8b69}.ptk395-top-badges .score{color:#9a6a11}
.ptk395-body{padding:16px}
.ptk395-title-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.ptk395-title-row h3{margin:0;font-size:16px;letter-spacing:-.025em}
.ptk395-title-row h3 a{color:#101f39;text-decoration:none}
.ptk395-title-row p{margin:4px 0 0;color:#78868f;font-size:8px}
.ptk395-rating{text-align:right;white-space:nowrap}
.ptk395-rating strong,.ptk395-rating span{display:block}
.ptk395-rating strong{color:#101f39;font-size:9px}
.ptk395-rating span{margin-top:2px;color:#8a979d;font-size:6.5px}
.ptk395-services{display:flex;gap:5px;flex-wrap:wrap;margin:13px 0}
.ptk395-services span{padding:6px 8px;border-radius:999px;background:#eff7f4;color:#526a70;font-size:7px;font-weight:800}
.ptk395-info{display:flex;justify-content:space-between;gap:8px;padding:11px 0;border-top:1px solid #edf2f1;color:#718087;font-size:7px}
.ptk395-actions{display:grid;grid-template-columns:1.4fr 1fr;gap:6px}
.ptk395-actions a{display:flex;min-height:36px;align-items:center;justify-content:center;padding:7px;border:1px solid #dce7e4;border-radius:8px;color:#526a70;text-decoration:none;font-size:8px;font-weight:900}
.ptk395-actions a.primary{border-color:#0fa77c;background:#0fa77c;color:#fff}
.ptk395-empty{grid-column:1/-1;padding:50px 20px;border:1px dashed #ceddd9;border-radius:18px;background:#fff;text-align:center}
.ptk395-empty>span{font-size:42px}.ptk395-empty h3{margin:10px 0 4px}.ptk395-empty p{margin:0;color:#738189;font-size:9px}
.ptk395-bottom-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:22px;padding:22px 24px;border-radius:18px;background:linear-gradient(120deg,#17353c,#1d4c55);color:#fff}
.ptk395-bottom-cta>div>span{color:#f6b73c;font-size:7px;font-weight:900;letter-spacing:.08em}
.ptk395-bottom-cta h3{margin:5px 0 5px;font-size:20px;letter-spacing:-.03em}
.ptk395-bottom-cta p{margin:0;color:rgba(255,255,255,.70);font-size:8px}
.ptk395-bottom-cta>a{display:inline-flex;flex:0 0 auto;padding:10px 13px;border-radius:9px;background:#f6b73c;color:#17353c;text-decoration:none;font-size:8px;font-weight:900}
@media(max-width:1050px){.ptk395-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.ptk395-heading{align-items:flex-start;flex-direction:column;gap:12px}.ptk395-bottom-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.ptk395-featured>.ptk-container{width:calc(100% - 24px)!important}.ptk395-grid{grid-template-columns:1fr}.ptk395-media{height:245px}}


/* ================================================================
   PATIKLUP 3.9.6 — WHY PATIKLUP / ECOSYSTEM
   ================================================================ */

.ptk396-ecosystem{
  padding:82px 0;
  background:#fff;
}
.ptk396-ecosystem>.ptk-container{
  width:min(1180px,calc(100% - 40px))!important;
}
.ptk396-heading{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.ptk396-heading>span{
  color:#0fa77c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.11em;
}
.ptk396-heading h2{
  margin:8px 0 12px;
  color:#102038;
  font-size:clamp(34px,3.7vw,50px);
  line-height:1.04;
  letter-spacing:-.05em;
}
.ptk396-heading p{
  max-width:700px;
  margin:0 auto;
  color:#6f7f88;
  font-size:11px;
  line-height:1.7;
}

.ptk396-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.ptk396-card{
  position:relative;
  overflow:hidden;
  padding:24px;
  border:1px solid #dfe8e6;
  border-radius:22px;
  background:#fff;
  box-shadow:0 9px 28px rgba(16,31,57,.065);
  transition:.25s ease;
}
.ptk396-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 48px rgba(16,31,57,.12);
}
.ptk396-card::after{
  content:"";
  position:absolute;
  right:-45px;
  top:-45px;
  width:130px;
  height:130px;
  border-radius:50%;
  opacity:.12;
}
.ptk396-card.member::after{background:#0fa77c}
.ptk396-card.partner::after{background:#f4b53f}
.ptk396-card.pro{
  background:linear-gradient(145deg,#17353c,#214e58);
  color:#fff;
  border-color:#17353c;
}
.ptk396-card.pro::after{background:#6be0bd;opacity:.11}

.ptk396-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}
.ptk396-icon{
  display:flex;
  width:45px;
  height:45px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  font-size:22px;
}
.ptk396-card.member .ptk396-icon{
  background:#e8f8f2;
}
.ptk396-card.partner .ptk396-icon{
  background:#fff5e4;
}
.ptk396-card.pro .ptk396-icon{
  background:rgba(255,255,255,.1);
}
.ptk396-top>span{
  color:#0fa77c;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
}
.ptk396-card.partner .ptk396-top>span{color:#b87912}
.ptk396-card.pro .ptk396-top>span{color:#78e0c1}

.ptk396-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.06;
  letter-spacing:-.035em;
}
.ptk396-card>p{
  margin:0;
  color:#697b84;
  font-size:9px;
  line-height:1.65;
}
.ptk396-card.pro>p{
  color:rgba(255,255,255,.72);
}

.ptk396-card ul{
  margin:20px 0 22px;
  padding:0;
  list-style:none;
}
.ptk396-card li{
  position:relative;
  margin:9px 0;
  padding-left:20px;
  color:#51666d;
  font-size:9px;
  font-weight:760;
}
.ptk396-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#0fa77c;
  font-weight:900;
}
.ptk396-card.partner li::before{color:#d49322}
.ptk396-card.pro li{
  color:rgba(255,255,255,.78);
}
.ptk396-card.pro li::before{color:#78e0c1}

.ptk396-card>a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#0fa77c;
  text-decoration:none;
  font-size:9px;
  font-weight:900;
}
.ptk396-card.partner>a{color:#bd7f15}
.ptk396-card.pro>a{color:#8ae8cb}
.ptk396-card>a span{
  transition:.2s ease;
}
.ptk396-card:hover>a span{
  transform:translateX(4px);
}

.ptk396-flow{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
  align-items:center;
  margin-top:26px;
  padding:22px 24px;
  border:1px solid #dfe8e6;
  border-radius:18px;
  background:linear-gradient(90deg,#f3faf7,#fff9ef);
}
.ptk396-flow-title small{
  color:#0fa77c;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
}
.ptk396-flow-title h3{
  margin:5px 0 0;
  color:#102038;
  font-size:18px;
  letter-spacing:-.03em;
}
.ptk396-flow-steps{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.ptk396-flow-steps div{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.ptk396-flow-steps b{
  display:flex;
  width:28px;
  height:28px;
  flex:0 0 28px;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:#fff;
  color:#0fa77c;
  font-size:9px;
  box-shadow:0 5px 14px rgba(16,31,57,.07);
}
.ptk396-flow-steps span{
  color:#52666e;
  font-size:8px;
  line-height:1.35;
}
.ptk396-flow-steps i{
  color:#9ba9ad;
  font-style:normal;
}

@media(max-width:960px){
  .ptk396-grid{
    grid-template-columns:1fr;
  }
  .ptk396-flow{
    grid-template-columns:1fr;
  }
  .ptk396-flow-steps{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
}
@media(max-width:620px){
  .ptk396-ecosystem>.ptk-container{
    width:calc(100% - 24px)!important;
  }
  .ptk396-card{
    padding:20px;
  }
  .ptk396-flow-steps{
    display:grid;
    grid-template-columns:1fr;
  }
  .ptk396-flow-steps i{
    display:none;
  }
}


/* ==============================================================
   PATIKLUP 3.10.0 — BENEFIT STRIP (SOURCE-LEVEL, ISOLATED CLASSES)
   ============================================================= */
.ptk310-benefit-layout{
  width:min(1160px,calc(100% - 40px));margin:0 auto;display:grid;
  grid-template-columns:minmax(0,1fr) 330px;gap:14px;align-items:stretch;
}
.ptk310-benefits{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  background:#fff;border:1px solid #dfe9e7;border-radius:15px;overflow:hidden;
}
.ptk310-benefit{
  display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:start;
  min-width:0;padding:15px 16px;background:#fff;border-right:1px solid #edf2f1;border-bottom:1px solid #edf2f1;
}
.ptk310-benefit:nth-child(2n){border-right:0}.ptk310-benefit:nth-child(n+3){border-bottom:0}
.ptk310-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;font-style:normal;font-size:17px;font-weight:900}
.ptk310-mint{background:#e7f8f1;color:#087d63}.ptk310-gold{background:#fff3d9;color:#d88e0b}.ptk310-blue{background:#eaf1ff;color:#4677d0}.ptk310-green{background:#e8f8f2;color:#0a8b67}
.ptk310-benefit strong{display:block;margin:1px 0 5px;color:#153b40;font-size:13px;line-height:1.22;font-weight:900}
.ptk310-benefit span{display:block;color:#6f8386;font-size:9.5px;line-height:1.45}
.ptk310-pro-promo{
  display:grid;grid-template-columns:132px minmax(0,1fr);gap:10px;align-items:center;
  min-height:154px;padding:15px;border-radius:15px;background:linear-gradient(135deg,#159c75,#0b7c61);
  color:#fff;text-decoration:none;box-shadow:0 16px 36px rgba(23,83,70,.15);overflow:hidden;
}
.ptk310-pro-copy{min-width:0}.ptk310-pro-copy small{display:block;font-size:7px;font-weight:900;letter-spacing:.08em;color:#d9fff3}
.ptk310-pro-copy h3{margin:5px 0 6px;color:#fff;font-size:15px;line-height:1.08}.ptk310-pro-copy p{margin:0;color:rgba(255,255,255,.84);font-size:8.5px;line-height:1.42}
.ptk310-pro-copy>span{display:inline-flex;margin-top:9px;padding:6px 8px;border-radius:7px;background:#fff;color:#08745d;font-size:8px;font-weight:900}
.ptk310-dashboard{height:122px;border-radius:10px;background:#f5faf8;border:3px solid #173b40;box-shadow:0 9px 22px rgba(0,0,0,.18);overflow:hidden;color:#173b40}
.ptk310-dash-top{height:18px;display:flex;align-items:center;justify-content:space-between;padding:0 7px;background:#fff;border-bottom:1px solid #dfe9e7;font-size:6px}.ptk310-dash-top em{color:#18a27b;font-style:normal;font-size:7px}
.ptk310-dash-body{display:grid;grid-template-columns:20px 1fr;height:101px}.ptk310-side{padding:6px 5px;background:#173b40;display:grid;align-content:start;gap:6px}.ptk310-side i{width:9px;height:9px;border-radius:3px;background:rgba(255,255,255,.72)}
.ptk310-main{padding:6px}.ptk310-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.ptk310-kpis span{padding:4px;border-radius:4px;background:#e8f5f0}.ptk310-kpis b{display:block;font-size:6px}.ptk310-kpis small{display:block;margin-top:1px;color:#6e8184;font-size:3.8px;white-space:nowrap}
.ptk310-chart{margin-top:5px;padding:4px;border-radius:4px;background:#fff;border:1px solid #e2ebe8}.ptk310-chart>b,.ptk310-res>b{display:block;font-size:4.5px;margin-bottom:3px}.ptk310-chart>div{height:25px;display:flex;align-items:flex-end;gap:3px}.ptk310-chart i{display:block;flex:1;border-radius:2px 2px 0 0;background:#20a67f}
.ptk310-res{margin-top:4px}.ptk310-res span{display:flex;align-items:center;gap:3px;margin-top:2px}.ptk310-res span i{width:6px;height:6px;border-radius:50%;background:#f0b349}.ptk310-res span:nth-of-type(2) i{background:#6b9de0}.ptk310-res em{font-style:normal;font-size:3.8px;color:#52676b}
@media(max-width:1120px){.ptk310-benefit-layout{grid-template-columns:1fr}.ptk310-pro-promo{grid-template-columns:170px minmax(0,1fr)}}
@media(max-width:720px){.ptk310-benefits{grid-template-columns:1fr}.ptk310-benefit{border-right:0;border-bottom:1px solid #edf2f1!important}.ptk310-benefit:last-child{border-bottom:0!important}.ptk310-pro-promo{grid-template-columns:1fr 150px}.ptk310-benefit strong{font-size:14px}.ptk310-benefit span{font-size:10.5px}}
@media(max-width:480px){.ptk310-pro-promo{grid-template-columns:1fr}.ptk310-dashboard{height:130px}}


/* =========================================================
   PatiKlup 3.11.0 — City-first marketplace homepage
   ========================================================= */
.ptk311-home{background:#fff;color:var(--ptk-ink)}
.ptk311-hero{padding:48px 0 34px;background:linear-gradient(180deg,#f2faf7 0%,#fff 100%);border-bottom:1px solid var(--ptk-line)}
.ptk311-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:36px;align-items:center}
.ptk311-kicker,.ptk311-eyebrow{display:block;color:var(--ptk-green);font-size:11px;font-weight:900;letter-spacing:.12em}
.ptk311-copy h1{max-width:820px;margin:8px 0 13px;font-size:clamp(40px,5.4vw,70px);line-height:.98;letter-spacing:-.055em;color:#123f3a}
.ptk311-copy>p{max-width:760px;margin:0;color:#667b77;font-size:17px;line-height:1.6}
.ptk311-proof{display:flex;align-items:baseline;gap:9px;margin-top:20px}.ptk311-proof strong{font-size:28px;color:var(--ptk-green)}.ptk311-proof span{color:#758681;font-size:13px}
.ptk311-hero-mark{display:flex;justify-content:center;opacity:.94}.ptk311-hero-mark img{width:145px;height:145px;object-fit:contain}
.ptk311-discovery{padding:34px 0 28px}
.ptk311-discovery-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:16px}
.ptk311-discovery-head h2,.ptk311-owner h2{margin:5px 0 6px;font-size:clamp(28px,3.5vw,43px);letter-spacing:-.04em;color:#123f3a}
.ptk311-discovery-head p,.ptk311-owner p{margin:0;color:#71827d}
.ptk311-local-app .ptk-home-nearby{margin:0!important;padding:0!important;background:transparent!important}
.ptk311-local-app .ptk-nearby-head{margin:0 0 12px!important}
.ptk311-local-app .ptk-nearby-head h2{display:none!important}
.ptk311-local-app .ptk-nearby-head p{display:none!important}
.ptk311-local-app .ptk-nearby-actions{margin-bottom:10px!important}
.ptk311-local-app .ptk-nearby-layout{display:flex!important;flex-direction:column!important;gap:12px!important}
.ptk311-local-app .ptk-nearby-list{order:1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
.ptk311-local-app .ptk-nearby-map{order:2!important;height:360px!important;min-height:0!important;border-radius:16px!important}
.ptk311-local-app .ptk-nearby-privacy{margin-top:8px!important}
.ptk311-local-app .ptk-local-services{margin:10px 0!important}
.ptk311-local-app .ptk-local-business-search{max-width:520px!important}
.ptk311-fallback{padding:24px;border:1px solid var(--ptk-line);border-radius:16px;background:#f7faf9}.ptk311-fallback a{display:inline-block;margin-top:8px;color:var(--ptk-green);font-weight:900;text-decoration:none}
.ptk311-trust{padding:10px 0 30px}
.ptk311-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ptk-line);border-radius:17px;overflow:hidden;background:#fbfdfc}
.ptk311-trust-grid div{padding:17px 22px;border-right:1px solid var(--ptk-line)}.ptk311-trust-grid div:last-child{border-right:0}.ptk311-trust-grid strong,.ptk311-trust-grid span{display:block}.ptk311-trust-grid strong{color:#154b42;font-size:18px}.ptk311-trust-grid span{margin-top:3px;color:#7b8b86;font-size:11px}
.ptk311-owner{padding:0 0 38px}.ptk311-owner-inner{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:28px 30px;border-radius:20px;background:#153f3d;color:#fff}.ptk311-owner h2{color:#fff}.ptk311-owner p{color:#c6d8d4;max-width:700px}.ptk311-owner a{flex:0 0 auto;padding:13px 17px;border-radius:11px;background:var(--ptk-orange);color:#173f3b;text-decoration:none;font-weight:900}
@media(max-width:900px){.ptk311-hero-inner{grid-template-columns:1fr}.ptk311-hero-mark{display:none}.ptk311-local-app .ptk-nearby-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){.ptk311-hero{padding:30px 0 24px}.ptk311-copy h1{font-size:42px}.ptk311-discovery{padding-top:26px}.ptk311-local-app .ptk-nearby-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ptk311-local-app .ptk-nearby-map{height:310px!important}.ptk311-trust-grid{grid-template-columns:1fr}.ptk311-trust-grid div{border-right:0;border-bottom:1px solid var(--ptk-line)}.ptk311-trust-grid div:last-child{border-bottom:0}.ptk311-owner-inner{align-items:flex-start;flex-direction:column;padding:23px}.ptk311-owner a{width:100%;text-align:center}}


/* =========================================================
   PatiKlup 3.12.0 — Professional mobile-first homepage
   ========================================================= */
.pk312-home{background:#fff;color:#102f2d}
.pk312-home *{box-sizing:border-box}
.pk312-hero{padding:28px 0 0;background:linear-gradient(180deg,#f8fbfa 0%,#fff 100%)}
.pk312-hero-grid{display:grid;grid-template-columns:42% 58%;min-height:290px;align-items:stretch;overflow:hidden;border-radius:0}
.pk312-hero-copy{padding:24px 28px 18px 0;align-self:center}
.pk312-badge{display:inline-flex;align-items:center;font-size:12px;font-weight:800;color:#31554d;margin-bottom:10px}
.pk312-hero h1{margin:0 0 10px;max-width:620px;font-size:clamp(34px,4.1vw,54px);line-height:1.03;letter-spacing:-.045em;color:#102c31;font-weight:850}
.pk312-hero h1 span{color:#0c8b6d}
.pk312-hero-copy>p{max-width:590px;margin:0 0 16px;color:#667975;font-size:15px;line-height:1.55}
.pk312-location-row{display:flex;align-items:center;gap:5px}
.pk312-location-btn,.pk312-change-city{height:40px;border:1px solid #dce6e2;background:#fff;border-radius:999px;cursor:pointer;font-weight:800}
.pk312-location-btn{display:flex;align-items:center;gap:9px;padding:0 14px;color:#183e38}
.pk312-change-city{border-left:0;margin-left:-12px;padding:0 16px 0 18px;color:#0a7d63}
.pk312-pin{color:#0a8a6d}
.pk312-hero-photo{position:relative;min-height:290px;overflow:hidden;border-radius:20px 20px 0 0}
.pk312-hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.15) 20%,transparent 42%);z-index:1}
.pk312-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.pk312-search{position:relative;display:flex;height:52px;margin-top:-8px;background:#fff;border:1px solid #dfe8e5;border-radius:13px;box-shadow:0 7px 22px rgba(26,69,59,.08);z-index:3}
.pk312-search-icon{width:48px;display:grid;place-items:center;color:#778b85;font-size:20px}
.pk312-search input{flex:1;min-width:0;border:0;background:transparent;font:inherit;color:#183a35;outline:0}
.pk312-search button{margin:5px;height:40px;min-width:82px;border:0;border-radius:9px;background:#07896a;color:#fff;font-weight:900;cursor:pointer}
.pk312-discovery{padding:18px 0 24px}
.pk312-categories{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:24px}
.pk312-categories button{min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 10px;border:1px solid #e1e8e5;border-radius:12px;background:#fff;color:#183c36;font-weight:800;cursor:pointer;box-shadow:0 2px 7px rgba(19,54,47,.03)}
.pk312-categories button.is-active{background:linear-gradient(135deg,#0b9270,#08765d);color:#fff;border-color:transparent}
.pk312-cat-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#eff7f4;color:#087d63;font-size:15px}.pk312-categories button.is-active .pk312-cat-icon{background:rgba(255,255,255,.16);color:#fff}
.pk312-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin:4px 0 12px}
.pk312-section-head h2{margin:0;font-size:22px;letter-spacing:-.025em;color:#102f2d}
.pk312-section-head p{margin:4px 0 0;color:#7b8d88;font-size:12px}
.pk312-section-head>a{color:#087d63;text-decoration:none;font-weight:900;font-size:12px}
.pk312-provider-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.pk312-provider-card{min-width:0;border:1px solid #e1e8e5;border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 3px 9px rgba(15,50,43,.035);transition:.18s ease}
.pk312-provider-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,50,43,.09)}
.pk312-provider-photo{display:block;position:relative;height:132px;overflow:hidden;background:#eef4f2}
.pk312-provider-photo img{width:100%;height:100%;object-fit:cover;display:block}
.pk312-provider-photo>span{position:absolute;left:8px;bottom:8px;padding:4px 7px;border-radius:6px;background:rgba(255,255,255,.94);color:#2a4a44;font-size:9px;font-weight:800}
.pk312-provider-body{padding:10px 10px 11px}
.pk312-provider-body h3{margin:0 0 5px;font-size:13px;line-height:1.3}.pk312-provider-body h3 a{color:#183934;text-decoration:none}
.pk312-provider-body p{margin:0 0 7px;color:#7a8b86;font-size:10px}
.pk312-rating{display:flex;align-items:center;gap:4px;font-size:10px}.pk312-rating strong{font-size:11px}.pk312-rating span{color:#f3a100}.pk312-rating small{color:#788982}
.pk312-loading,.pk312-empty{grid-column:1/-1;padding:28px;text-align:center;border:1px dashed #d8e4df;border-radius:13px;color:#71837e;background:#fafcfb}
.pk312-quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.pk312-quick-card{display:flex;align-items:center;gap:12px;min-height:62px;padding:10px 14px;border:1px solid #dfe8e4;border-radius:12px;background:#fff;color:#193e38;text-align:left;text-decoration:none;cursor:pointer}
.pk312-quick-card span:last-child{display:flex;flex-direction:column}.pk312-quick-card strong{font-size:12px}.pk312-quick-card small{margin-top:2px;color:#81918c;font-size:10px}
.pk312-quick-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#eaf6f2;color:#078568;font-size:18px}
.pk312-city-picker{position:relative;margin-bottom:16px;padding:18px;border:1px solid #dce7e3;border-radius:15px;background:#fff;box-shadow:0 10px 30px rgba(19,57,48,.08)}
.pk312-city-picker[hidden]{display:none}.pk312-city-picker-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.pk312-city-picker-head strong,.pk312-city-picker-head span{display:block}.pk312-city-picker-head strong{font-size:18px}.pk312-city-picker-head span{margin-top:3px;color:#7a8b86;font-size:11px}.pk312-city-picker-head button{border:0;background:#edf4f1;border-radius:50%;width:30px;height:30px;cursor:pointer}
.pk312-city-picker>input{width:100%;height:42px;border:1px solid #dce5e2;border-radius:10px;padding:0 12px;margin-bottom:10px}
.pk312-city-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.pk312-city-grid button{display:flex;flex-direction:column;align-items:flex-start;padding:10px;border:1px solid #e1e9e6;border-radius:9px;background:#fff;cursor:pointer}.pk312-city-grid button small{color:#81918c;margin-top:2px}
.pk312-use-location{margin-top:10px;border:0;border-radius:9px;padding:10px 13px;background:#07896a;color:#fff;font-weight:850;cursor:pointer}
.pk312-map-wrap{margin-top:16px}.pk312-map-wrap[hidden]{display:none}.pk312-map{height:420px;border-radius:15px;overflow:hidden;background:#edf4f1}
.pk312-confidence{padding:20px 0;border-top:1px solid #e5ebe9;border-bottom:1px solid #e5ebe9;background:#fcfdfd}
.pk312-confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.pk312-confidence-item{display:flex;align-items:center;gap:12px}.pk312-confidence-item>div>*{display:block}.pk312-confidence-item strong{font-size:15px}.pk312-confidence-item span{font-size:11px;font-weight:800;color:#36554e}.pk312-confidence-item small{margin-top:2px;color:#86948f;font-size:9px}
.pk312-confidence-icon{display:grid!important;place-items:center;width:43px;height:43px;flex:0 0 43px;border-radius:50%;color:#fff!important;font-size:18px!important}.pk312-confidence-icon.is-green{background:#07896a}.pk312-confidence-icon.is-gold{background:#ffb21a}.pk312-confidence-icon.is-blue{background:#2d7de2}.pk312-confidence-icon.is-purple{background:#9257db}
.pk312-owner-section{padding:20px 0 34px}.pk312-owner-card{min-height:155px;display:flex;justify-content:space-between;align-items:stretch;overflow:hidden;border-radius:16px;background:linear-gradient(120deg,#073e3a,#066451);color:#fff}
.pk312-owner-card>div{padding:24px 28px;max-width:680px}.pk312-owner-eyebrow{display:block;margin-bottom:4px;font-size:9px;font-weight:900;letter-spacing:.12em;color:#9dded0}.pk312-owner-card h2{margin:0 0 5px;font-size:24px;color:#fff}.pk312-owner-card p{margin:0 0 13px;color:#d4e5e1;font-size:13px}.pk312-owner-card a{display:inline-block;padding:10px 14px;border-radius:8px;background:#fff;color:#06634f;font-weight:900;text-decoration:none;font-size:11px}
.pk312-owner-card img{width:250px;align-self:flex-end;object-fit:cover;object-position:center top}
@media(max-width:1050px){.pk312-provider-grid{grid-template-columns:repeat(3,1fr)}.pk312-categories{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){
 .pk312-hero{padding-top:10px}.pk312-hero-grid{display:block;min-height:0}.pk312-hero-copy{padding:20px 0 8px}.pk312-badge{font-size:10px}.pk312-hero h1{font-size:34px;max-width:430px}.pk312-hero-copy>p{font-size:13px;margin-bottom:13px}.pk312-hero-photo{height:178px;min-height:0;border-radius:15px;margin-top:8px}.pk312-hero-photo:before{display:none}.pk312-hero-photo img{object-position:center 38%}
 .pk312-search{margin-top:10px;height:48px}.pk312-search button{height:36px;min-width:64px}.pk312-search-icon{width:39px}
 .pk312-discovery{padding-top:13px}.pk312-categories{grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:18px}.pk312-categories button{min-height:60px;flex-direction:column;gap:4px;padding:6px 3px;font-size:9px}.pk312-cat-icon{width:26px;height:26px}
 .pk312-section-head{align-items:center}.pk312-section-head h2{font-size:17px}.pk312-section-head p{display:none}.pk312-section-head>a{font-size:10px}
 .pk312-provider-grid{display:flex;flex-direction:column;gap:7px}.pk312-provider-card{display:grid;grid-template-columns:92px 1fr;min-height:78px}.pk312-provider-photo{height:100%;min-height:82px}.pk312-provider-photo>span{display:none}.pk312-provider-body{padding:9px}.pk312-provider-body h3{font-size:12px}.pk312-provider-body p{font-size:9px;margin-bottom:5px}
 .pk312-quick-actions{grid-template-columns:1fr 1fr;gap:7px}.pk312-quick-actions .pk312-quick-card:first-child{grid-column:1/-1;background:#07896a;color:#fff;justify-content:center}.pk312-quick-actions .pk312-quick-card:first-child small{color:#d6eee8}.pk312-quick-actions .pk312-quick-card:first-child .pk312-quick-icon{display:none}
 .pk312-quick-card{min-height:52px;padding:8px 10px}.pk312-quick-icon{width:30px;height:30px;font-size:14px}.pk312-quick-card small{display:none}
 .pk312-confidence-grid{grid-template-columns:repeat(4,1fr);gap:5px}.pk312-confidence-item{flex-direction:column;text-align:center;gap:5px}.pk312-confidence-icon{width:34px!important;height:34px!important;flex-basis:34px;font-size:14px!important}.pk312-confidence-item strong{font-size:11px}.pk312-confidence-item span{font-size:8px}.pk312-confidence-item small{display:none}
 .pk312-owner-card{min-height:0}.pk312-owner-card>div{padding:18px 18px 19px}.pk312-owner-card h2{font-size:19px}.pk312-owner-card p{font-size:11px;max-width:260px}.pk312-owner-card img{width:118px}.pk312-owner-card a{font-size:10px}
 .pk312-city-grid{grid-template-columns:1fr 1fr}.pk312-map{height:330px}
}
@media(max-width:420px){
 .pk312-location-row{max-width:100%}.pk312-location-btn{max-width:58%;font-size:10px}.pk312-change-city{font-size:10px}
 .pk312-hero h1{font-size:31px}
 .pk312-owner-card img{width:95px}
}


/* =========================================================
   PatiKlup 3.12.2 — Mobile footer rebuild
   ========================================================= */
.ptk-v374-footer-mobile-nav{display:none}
@media(max-width:700px){
  .ptk-v374-footer{padding:28px 0 14px}
  .ptk-v374-footer .ptk-container{width:min(100% - 28px,var(--ptk-container))}
  .ptk-v374-footer-grid{display:block!important}
  .ptk-v374-footer-brand{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo join" "copy copy";align-items:center;gap:8px 14px;padding-bottom:18px}
  .ptk-v374-footer-brand img{grid-area:logo;width:145px;max-width:100%;margin:0}
  .ptk-v374-footer-brand p{grid-area:copy;max-width:none;margin:4px 0 0;font-size:10px;line-height:1.55;color:rgba(255,255,255,.64)}
  .ptk-v374-footer-join{grid-area:join;margin:0;padding:9px 11px;border-radius:9px;font-size:9px;white-space:nowrap}
  .ptk-v374-footer-col{display:none!important}
  .ptk-v374-footer-mobile-nav{display:block;border-top:1px solid rgba(255,255,255,.11)}
  .ptk-v374-footer-mobile-nav details{margin:0;border-bottom:1px solid rgba(255,255,255,.11)}
  .ptk-v374-footer-mobile-nav summary{list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 2px;color:#fff;font-size:12px;font-weight:850;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .ptk-v374-footer-mobile-nav summary::-webkit-details-marker{display:none}
  .ptk-v374-footer-mobile-nav summary span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.07);color:#b9d5ce;font-size:17px;font-weight:400;transition:transform .18s ease}
  .ptk-v374-footer-mobile-nav details[open] summary span{transform:rotate(45deg)}
  .ptk-v374-footer-mobile-nav details>div{display:grid;grid-template-columns:1fr 1fr;gap:0 10px;padding:0 2px 12px}
  .ptk-v374-footer-mobile-nav a{display:block;padding:7px 0;color:rgba(255,255,255,.68);font-size:10px;text-decoration:none}
  .ptk-v374-footer-mobile-nav a:active{color:#fff}
  .ptk-v374-footer-bottom{margin-top:14px;padding-top:13px;border-top:0;display:flex!important;flex-direction:row!important;justify-content:space-between;align-items:center;gap:10px;font-size:8px;line-height:1.35}
  .ptk-v374-footer-bottom span:last-child{white-space:nowrap;color:rgba(255,255,255,.62)}
}
@media(max-width:430px){
  .ptk-v374-footer-brand{grid-template-columns:1fr;grid-template-areas:"logo" "copy" "join"}
  .ptk-v374-footer-brand img{width:138px}
  .ptk-v374-footer-join{justify-self:start;margin-top:4px}
  .ptk-v374-footer-mobile-nav details>div{grid-template-columns:1fr 1fr}
  .ptk-v374-footer-bottom{align-items:flex-start;flex-direction:column!important;margin-top:12px}
}


/* =========================================================
   PatiKlup 3.12.4 — definitive footer source + mobile cleanup
   ========================================================= */
.ptk-v374-footer img:not(.ptk-footer-brand-logo){display:none!important}
.ptk-v374-footer-brand .ptk-footer-brand-logo{display:block!important;height:auto!important}
.ptk-footer-credits a{color:inherit;text-decoration:none;font-weight:800}
.ptk-footer-credits a:hover{color:#fff;text-decoration:underline}

@media(min-width:701px){
 .ptk-v374-footer{padding:40px 0 17px!important}
 .ptk-v374-footer-grid{grid-template-columns:1.35fr repeat(4,minmax(110px,1fr))!important;gap:30px!important;align-items:start!important}
 .ptk-v374-footer-brand .ptk-footer-brand-logo{width:160px!important;margin:0 0 12px!important}
 .ptk-v374-footer-brand p{max-width:285px!important;margin:0 0 14px!important;font-size:10px!important;line-height:1.55!important}
 .ptk-v374-footer-col h3{font-size:11px!important;margin:0 0 10px!important}
 .ptk-v374-footer-col a{font-size:9px!important;margin:7px 0!important}
 .ptk-v374-footer-mobile-nav{display:none!important}
 .ptk-v374-footer-bottom{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;margin-top:28px!important;padding-top:14px!important;font-size:8px!important;line-height:1.5!important}
 .ptk-footer-credits{text-align:right}
}

@media(max-width:700px){
 .ptk-v374-footer{padding:22px 0 12px!important}
 .ptk-v374-footer .ptk-container{width:calc(100% - 28px)!important}
 .ptk-v374-footer-grid{display:block!important}
 .ptk-v374-footer-brand{display:block!important;padding:0 0 15px!important}
 .ptk-v374-footer-brand .ptk-footer-brand-logo{width:128px!important;max-width:50vw!important;margin:0 0 9px!important}
 .ptk-v374-footer-brand p{max-width:390px!important;margin:0 0 11px!important;font-size:10px!important;line-height:1.5!important;color:rgba(255,255,255,.67)!important}
 .ptk-v374-footer-join{display:inline-flex!important;margin:0!important;padding:9px 11px!important;border-radius:8px!important;font-size:9px!important}
 .ptk-v374-footer-col{display:none!important}
 .ptk-v374-footer-mobile-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 24px!important;padding:15px 0 13px!important;border-top:1px solid rgba(255,255,255,.11)!important}
 .ptk-footer-mobile-group{min-width:0!important;padding:0!important}
 .ptk-footer-mobile-group strong{display:block!important;margin:0 0 5px!important;color:#fff!important;font-size:10px!important;font-weight:900!important}
 .ptk-footer-mobile-group a{display:block!important;padding:4px 0!important;color:rgba(255,255,255,.67)!important;font-size:9px!important;line-height:1.35!important;text-decoration:none!important}
 .ptk-v374-footer-bottom{display:block!important;margin:0!important;padding:12px 0 0!important;border-top:1px solid rgba(255,255,255,.10)!important;font-size:8px!important;line-height:1.55!important;color:rgba(255,255,255,.56)!important}
 .ptk-footer-copyright{margin-bottom:5px!important}
 .ptk-footer-credits{display:flex!important;flex-wrap:wrap!important;gap:0 4px!important;align-items:baseline!important}
 .ptk-footer-credits a{color:rgba(255,255,255,.82)!important}
 .ptk-credit-sep{margin:0 2px!important}
}
@media(max-width:390px){
 .ptk-v374-footer-mobile-nav{gap:14px 18px!important}
 .ptk-footer-credits{font-size:7.5px!important}
}


/* =========================================================
   PatiKlup 3.12.6 — city navigation + visible SEO footer links
   ========================================================= */
.ptk-city-menu{
  position:relative!important;
  display:flex;
  align-items:center;
  align-self:stretch;
}
.ptk-city-menu-toggle{
  display:flex;
  align-items:center;
  gap:5px;
  height:100%;
  padding:9px 8px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#314f56;
  font:inherit;
  font-size:11px;
  font-weight:780;
  white-space:nowrap;
  cursor:pointer;
}
.ptk-city-menu-toggle:hover,
.ptk-city-menu.is-open .ptk-city-menu-toggle{
  background:var(--club-mint,#eef8f5);
  color:var(--club-green-dark,#08755d);
}
.ptk-city-menu-panel{
  display:none!important;
  position:absolute!important;
  top:calc(100% - 8px)!important;
  left:0!important;
  right:auto!important;
  z-index:10020!important;
  width:218px!important;
  margin:0!important;
  padding:8px!important;
  border:1px solid #dce7e3!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(16,48,55,.16)!important;
}
.ptk-city-menu:hover .ptk-city-menu-panel,
.ptk-city-menu:focus-within .ptk-city-menu-panel,
.ptk-city-menu.is-open .ptk-city-menu-panel{display:block!important}
.ptk-city-menu-panel a{
  display:block!important;
  padding:9px 10px!important;
  margin:0!important;
  border-radius:8px!important;
  color:#24443f!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.25!important;
  text-decoration:none!important;
}
.ptk-city-menu-panel a:hover{background:#edf8f4!important;color:#08775f!important}
.ptk-city-menu-all{margin-top:5px!important;padding-top:10px!important;border-top:1px solid #e2ebe8!important;color:#08775f!important;font-weight:900!important}

/* Footer readability */
.ptk-v374-footer-brand p{font-size:14px!important;line-height:1.6!important}
.ptk-v374-footer-col h3{font-size:16px!important;line-height:1.3!important;margin-bottom:12px!important}
.ptk-v374-footer-col a{font-size:14px!important;line-height:1.5!important;margin:7px 0!important}
.ptk-v374-footer-join{font-size:14px!important;padding:10px 13px!important}
.ptk-v374-footer-bottom{font-size:12px!important;line-height:1.55!important}

/* A real, always-visible Popular Cities internal-link section. */
.ptk-footer-cities{
  display:grid!important;
  grid-template-columns:170px 1fr!important;
  gap:20px!important;
  align-items:start!important;
  margin:28px 0 0!important;
  padding:20px 0!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
  border-bottom:1px solid rgba(255,255,255,.13)!important;
}
.ptk-footer-cities>strong{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.5!important;
}
.ptk-footer-cities>div{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 9px!important;
}
.ptk-footer-cities a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:6px 11px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:999px!important;
  color:rgba(255,255,255,.86)!important;
  background:rgba(255,255,255,.035)!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-decoration:none!important;
}
.ptk-footer-cities a:hover{background:rgba(255,255,255,.10)!important;color:#fff!important}
.ptk-footer-cities .ptk-footer-all-cities{border-color:#f4b53f!important;color:#ffd374!important}

@media(max-width:980px){
  .ptk-city-menu{display:block!important;width:100%!important;align-self:auto!important}
  .ptk-city-menu-toggle{width:100%!important;height:auto!important;justify-content:space-between!important;padding:12px!important;font-size:14px!important;text-align:left!important}
  .ptk-city-menu-panel{
    position:static!important;
    width:100%!important;
    margin:0!important;
    padding:4px 8px 8px!important;
    border:0!important;
    border-radius:0!important;
    background:#f7faf9!important;
    box-shadow:none!important;
  }
  .ptk-city-menu:not(.is-open) .ptk-city-menu-panel{display:none!important}
  .ptk-city-menu.is-open .ptk-city-menu-panel{display:block!important}
  .ptk-city-menu:hover:not(.is-open) .ptk-city-menu-panel{display:none!important}
  .ptk-city-menu-panel a{font-size:14px!important;padding:10px!important}
}
@media(max-width:700px){
  .ptk-v374-footer-brand p{font-size:14px!important}
  .ptk-footer-mobile-group strong{font-size:15px!important}
  .ptk-footer-mobile-group a{font-size:14px!important;line-height:1.45!important}
  .ptk-footer-cities{grid-template-columns:1fr!important;gap:10px!important;margin-top:17px!important;padding:16px 0!important}
  .ptk-footer-cities>strong{font-size:15px!important}
  .ptk-footer-cities>div{gap:7px!important}
  .ptk-footer-cities a{min-height:32px!important;padding:6px 10px!important;font-size:13px!important}
  .ptk-v374-footer-bottom,.ptk-footer-credits{font-size:12px!important}
}


/* =========================================================
   PatiKlup 3.12.7 — SEO city landing page layout
   ========================================================= */
.site-main-default.ptk-city-page-main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.site-main-default.ptk-city-page-main article.ptk-city-page-article{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.ptk-city-page-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.ptk-city-page-content > .ptk-city-directory-page{
  width:min(1240px, calc(100% - 40px))!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:30px 0 42px!important;
}
.ptk-city-page-content .ptk-city-seo-head{
  max-width:900px!important;
}
.ptk-city-page-content .ptk-city-seo-head h1{
  font-size:clamp(30px,3.5vw,44px)!important;
  line-height:1.08!important;
}
.ptk-city-page-content .ptk-nearby-home{
  width:100%!important;
  max-width:none!important;
}
.ptk-city-page-content .ptk-local-results{
  width:100%!important;
}
.ptk-city-page-content .ptk-nearby-map{
  width:100%!important;
}
.ptk-city-page-content .ptk-nearby-list{
  width:100%!important;
}
.ptk-city-page-content .ptk-city-seo-copy{
  width:100%!important;
  max-width:none!important;
}

@media(max-width:760px){
  .ptk-city-page-content > .ptk-city-directory-page{
    width:calc(100% - 20px)!important;
    padding:18px 0 28px!important;
  }
  .ptk-city-page-content .ptk-city-seo-head h1{
    font-size:29px!important;
  }
}

/* 3.12.8 homepage city navigation + map visibility */
.pk312-map-wrap:not([hidden]){display:block!important;width:100%;min-height:420px}
.pk312-map{display:block!important;width:100%!important;min-height:420px;position:relative;z-index:1}
@media(max-width:680px){.pk312-map-wrap:not([hidden]){min-height:330px}.pk312-map{min-height:330px}}

/* 3.12.9 resilient homepage map */
.pk312-map-message{height:100%;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;color:#5f746d;background:#edf4f1;border-radius:15px}.pk312-map-message strong{color:#173f39;font-size:16px;margin-bottom:6px}.pk312-map-message span{font-size:13px;max-width:440px;line-height:1.5}.pk312-map-message.is-loading strong{opacity:.75}


/* 3.13.0 performance / CLS hardening */
.pk312-categories{min-height:54px}
.pk312-map-wrap[hidden]{display:none!important}
.pk312-location-btn,.pk312-change-city,.pk312-quick-card,.pk312-categories button{touch-action:manipulation}
@media(max-width:767px){
  .pk312-categories{min-height:127px}
  .pk312-categories button{min-width:0}
}


/* =========================================================
   PatiKlup 3.14.0 — City-first homepage
   ========================================================= */
.pk314-home{background:#fff;color:#153c36}
.pk314-home .ptk-container{max-width:1180px;margin:0 auto;padding-left:22px;padding-right:22px}
.pk314-hero{padding:26px 0 22px;background:linear-gradient(180deg,#f6fbf9 0,#fff 100%)}
.pk314-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:34px;align-items:center}
.pk314-badge{font-size:12px;font-weight:800;color:#0a7c62;margin-bottom:10px}
.pk314-hero h1{font-size:50px;line-height:1.02;letter-spacing:-.045em;margin:0 0 12px;max-width:580px}
.pk314-hero h1 span{color:#0a8f70}
.pk314-hero-copy>p{font-size:16px;line-height:1.55;color:#637772;max-width:600px;margin:0 0 22px}
.pk314-hero-photo{border-radius:20px;overflow:hidden;min-height:300px}
.pk314-hero-photo img{display:block;width:100%;height:100%;object-fit:cover}
.pk314-search{display:grid;grid-template-columns:1.25fr .8fr .8fr auto;gap:10px;align-items:end;background:#fff;border:1px solid #dfe9e5;border-radius:16px;padding:12px;box-shadow:0 10px 30px rgba(15,67,57,.07)}
.pk314-search label{display:flex;flex-direction:column;gap:5px}
.pk314-search label span{font-size:10px;font-weight:900;letter-spacing:.05em;color:#60736e}
.pk314-search input,.pk314-search select{width:100%;height:46px;border:1px solid #dfe7e4;border-radius:10px;background:#fff;padding:0 12px;font-size:13px;color:#183f38}
.pk314-search button{height:46px;border:0;border-radius:10px;padding:0 24px;background:#0a8e6e;color:#fff;font-weight:900;cursor:pointer}
.pk314-cities,.pk314-services{padding:34px 0}
.pk314-services{padding-top:8px}
.pk314-section-head{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;margin-bottom:18px}
.pk314-section-head.compact{margin-bottom:13px}
.pk314-section-head h2{margin:3px 0 4px;font-size:28px;letter-spacing:-.025em}
.pk314-section-head p{margin:0;color:#6a7d77;font-size:13px}
.pk314-section-head>a{font-size:12px;font-weight:850;color:#07805f;text-decoration:none;white-space:nowrap}
.pk314-eyebrow{font-size:9px;font-weight:950;letter-spacing:.13em;color:#0a8b6d}
.pk314-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.pk314-city-card{display:flex;align-items:center;gap:11px;min-height:78px;padding:14px;border:1px solid #dde7e3;border-radius:14px;text-decoration:none;color:#173e37;background:#fff;transition:.16s ease}
.pk314-city-card:hover{transform:translateY(-2px);border-color:#9dcfc1;box-shadow:0 8px 22px rgba(19,69,59,.07)}
.pk314-city-card>span:nth-child(2){display:flex;flex-direction:column;gap:3px;min-width:0}
.pk314-city-card strong{font-size:15px}
.pk314-city-card small{font-size:11px;color:#758680}
.pk314-city-pin{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#eaf7f3;color:#078563;font-size:18px;flex:0 0 auto}
.pk314-city-arrow{margin-left:auto;color:#0a8b6d;font-weight:900}
.pk314-more-cities{margin-top:14px;border:1px solid #e0e8e5;border-radius:12px;padding:0 14px;background:#fbfdfc}
.pk314-more-cities summary{cursor:pointer;padding:13px 0;font-size:12px;font-weight:850;color:#0a785e}
.pk314-more-city-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;padding:0 0 14px}
.pk314-more-city-grid a{display:flex;justify-content:space-between;gap:8px;text-decoration:none;color:#274942;background:#fff;border:1px solid #e5ebe8;border-radius:9px;padding:8px 10px;font-size:11px}
.pk314-more-city-grid small{color:#7d8c87}
.pk314-service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}
.pk314-service-card{min-height:78px;border:1px solid #e0e8e5;border-radius:13px;background:#fff;color:#183f38;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-size:12px;font-weight:800}
.pk314-service-card>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#edf7f4;color:#078765;font-size:15px}
.pk314-service-card:hover{border-color:#a8d7ca;background:#fbfefd}
.pk314-confidence{padding:20px 0;border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef}
.pk314-confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pk314-confidence-grid>div{display:flex;flex-direction:column}
.pk314-confidence strong{font-size:18px;color:#153d36}
.pk314-confidence span{font-size:12px;font-weight:800}
.pk314-confidence small{font-size:10px;color:#84928e}
.pk314-owner-section{padding:28px 0 38px}
.pk314-owner-card{display:flex;justify-content:space-between;align-items:stretch;overflow:hidden;border-radius:17px;background:linear-gradient(120deg,#073e3a,#066451);color:#fff;min-height:160px}
.pk314-owner-card>div{padding:25px 29px;max-width:680px}
.pk314-owner-card h2{color:#fff;margin:4px 0 6px;font-size:25px}
.pk314-owner-card p{margin:0 0 14px;color:#d8e8e4;font-size:13px}
.pk314-owner-card a{display:inline-block;padding:10px 14px;border-radius:8px;background:#fff;color:#06634f;font-weight:900;text-decoration:none;font-size:11px}
.pk314-owner-card img{width:250px;object-fit:cover;object-position:center top}
@media(max-width:980px){
  .pk314-hero-grid{grid-template-columns:1fr 1fr}
  .pk314-search{grid-template-columns:1fr 1fr}
  .pk314-search button{grid-column:1/-1}
  .pk314-city-grid{grid-template-columns:repeat(2,1fr)}
  .pk314-service-grid{grid-template-columns:repeat(3,1fr)}
  .pk314-more-city-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:767px){
  .pk314-home .ptk-container{padding-left:16px;padding-right:16px}
  .pk314-hero{padding-top:12px}
  .pk314-hero-grid{display:flex;flex-direction:column;gap:14px}
  .pk314-hero-copy{width:100%}
  .pk314-badge{font-size:10px;margin-bottom:7px}
  .pk314-hero h1{font-size:34px;max-width:390px}
  .pk314-hero-copy>p{font-size:13px;margin-bottom:14px}
  .pk314-search{grid-template-columns:1fr;gap:8px;padding:10px;border-radius:13px}
  .pk314-search button{grid-column:auto}
  .pk314-hero-photo{width:100%;min-height:0;height:180px;border-radius:15px}
  .pk314-cities{padding:25px 0 22px}
  .pk314-section-head{align-items:flex-start;flex-direction:column;gap:7px;margin-bottom:13px}
  .pk314-section-head h2{font-size:22px}
  .pk314-section-head p{font-size:11px}
  .pk314-city-grid{grid-template-columns:1fr 1fr;gap:8px}
  .pk314-city-card{min-height:68px;padding:11px}
  .pk314-city-card strong{font-size:13px}
  .pk314-city-pin{width:31px;height:31px;font-size:14px}
  .pk314-more-city-grid{grid-template-columns:repeat(2,1fr)}
  .pk314-service-grid{grid-template-columns:repeat(3,1fr);gap:7px}
  .pk314-service-card{min-height:70px;font-size:10px}
  .pk314-confidence-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .pk314-owner-card{min-height:0}
  .pk314-owner-card>div{padding:18px}
  .pk314-owner-card h2{font-size:19px}
  .pk314-owner-card p{font-size:11px}
  .pk314-owner-card img{width:105px}
}

.pk315-hero{padding:28px 0;background:radial-gradient(circle at 78% 20%,rgba(255,190,70,.15),transparent 20%),radial-gradient(circle at 65% 48%,rgba(45,190,145,.13),transparent 22%),linear-gradient(180deg,#fffdfa,#fff)}
.pk315-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);gap:34px;align-items:center}
.pk315-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#edf8f4;color:#08775f;font-size:11px;font-weight:900;margin-bottom:13px}
.pk315-hero h1{margin:0 0 13px;font-size:50px;line-height:1.02;letter-spacing:-.045em;color:#153b36}.pk315-hero h1 span{color:#0b8b6d}.pk315-hero-copy>p{font-size:15px;line-height:1.6;color:#5f746e;margin:0 0 20px}
.pk315-search{display:grid;grid-template-columns:1.25fr .8fr .85fr auto;gap:9px;align-items:end;padding:12px;border:1px solid #dfe9e5;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(20,68,59,.08)}
.pk315-search label{display:flex;flex-direction:column;gap:5px}.pk315-search label span{font-size:9px;font-weight:900;color:#657872}.pk315-search input,.pk315-search select{height:46px;border:1px solid #dfe7e4;border-radius:10px;background:#fff;padding:0 12px;font-size:13px}.pk315-search>button{height:46px;border:0;border-radius:10px;padding:0 22px;background:linear-gradient(135deg,#0a9270,#08755d);color:#fff;font-weight:900}
.pk315-popular{grid-column:1/-1;display:flex;gap:7px;flex-wrap:wrap;align-items:center}.pk315-popular small{font-size:10px;font-weight:800}.pk315-popular button{border:1px solid #e1e9e6;background:#fbfdfc;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800;color:#245249}
.pk315-hero-visual{display:grid;grid-template-columns:1fr 220px;gap:13px}.pk315-photo-wrap{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#eaf8f3,#fff0d9);min-height:365px}.pk315-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.pk315-doodle{position:absolute;z-index:3;font-size:25px;font-weight:900}.pk315-doodle.d1{left:16px;top:34px;color:#ff9d25}.pk315-doodle.d2{right:18px;top:18px;color:#8b63df}.pk315-doodle.d3{right:17px;bottom:19px;font-size:21px;color:#19a17d}
.pk315-mini-promos{display:grid;gap:12px}.pk315-mini-card{display:grid;grid-template-columns:42px 1fr;gap:9px;align-content:center;padding:15px;border-radius:17px;text-decoration:none;color:#183f38}.pk315-mini-card.club{background:linear-gradient(135deg,#effbea,#fff7d9);border:1px solid #d9e8bb}.pk315-mini-card.partner{background:linear-gradient(135deg,#f1edff,#fff5fc);border:1px solid #ddd1fb}.pk315-mini-card .ico{font-size:22px}.pk315-mini-card strong{display:block;font-size:15px}.pk315-mini-card span{display:block;font-size:10px;line-height:1.45;color:#64726e}.pk315-mini-card b{display:block;margin-top:7px;font-size:10px;color:#0a7d61}
.pk315-eyebrow{font-size:9px;font-weight:950;letter-spacing:.12em;color:#0a8b6d}.pk314-city-card{position:relative;overflow:hidden}.pk314-city-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.pk315-city-1:before{background:#10a278}.pk315-city-2:before{background:#ff8048}.pk315-city-3:before{background:#3199ea}.pk315-city-4:before{background:#8d68da}.pk315-city-5:before{background:#ffae28}.pk315-city-6:before{background:#49b8aa}.pk315-city-7:before{background:#82b835}
.pk314-service-card{min-height:92px;border-radius:16px;box-shadow:0 6px 18px rgba(18,56,49,.04);transition:.18s}.pk314-service-card:nth-child(1){background:linear-gradient(#fff7e6,#fff)}.pk314-service-card:nth-child(2){background:linear-gradient(#f4efff,#fff)}.pk314-service-card:nth-child(3){background:linear-gradient(#eaf6ff,#fff)}.pk314-service-card:nth-child(4){background:linear-gradient(#fff0f6,#fff)}.pk314-service-card:nth-child(5){background:linear-gradient(#f4f6ef,#fff)}.pk314-service-card:nth-child(6){background:linear-gradient(#fff5e8,#fff)}.pk314-service-card>span{font-size:25px;background:transparent;width:auto;height:auto}
.pk315-cta-section{padding:28px 0 40px}.pk315-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:22px}.pk315-cta-card{min-height:190px;display:grid;grid-template-columns:1fr 150px;align-items:center;padding:24px 26px;border-radius:20px;text-decoration:none;color:#183e37}.pk315-cta-card.club{background:linear-gradient(135deg,#e7f9f0,#f8fff4);border:1px solid #cfe9db}.pk315-cta-card.partner{background:linear-gradient(135deg,#eee9ff,#faf5ff);border:1px solid #ddd1f8}.pk315-cta-card h2{margin:4px 0 7px;font-size:25px}.pk315-cta-card p{font-size:12px}.pk315-cta-card b{display:inline-block;padding:10px 14px;border-radius:9px;background:#fff;font-size:11px}.pk315-cta-card .art{font-size:72px;text-align:center}
.pk315-why{display:grid;grid-template-columns:230px 1fr;gap:24px;align-items:center;padding:23px;border:1px solid #e4ece9;border-radius:20px;background:linear-gradient(#fff,#fbfdfc)}.pk315-why .photo{display:grid;place-items:center;min-height:180px;border-radius:17px;background:linear-gradient(135deg,#fff0e5,#eaf8f4);overflow:hidden}.pk315-why .photo img{width:190px}.pk315-why h2{margin:5px 0 14px;font-size:24px}.pk315-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pk315-why-grid>div{display:flex;flex-direction:column;gap:3px}.pk315-why-grid i{font-style:normal;font-size:22px}.pk315-why-grid strong{font-size:12px}.pk315-why-grid span{font-size:10px;color:#6d7d78}
@media(max-width:1050px){.pk315-hero-grid{grid-template-columns:1fr}.pk315-hero-visual{grid-template-columns:1fr 1fr}.pk315-photo-wrap{grid-row:1/3}}
@media(max-width:767px){.pk315-hero{padding-top:12px}.pk315-hero-grid{display:flex;flex-direction:column;gap:16px}.pk315-hero h1{font-size:34px}.pk315-search{grid-template-columns:1fr}.pk315-hero-visual{grid-template-columns:1fr}.pk315-photo-wrap{grid-row:auto;height:190px;min-height:0;border-radius:16px}.pk315-mini-promos{grid-template-columns:1fr 1fr}.pk315-mini-card{grid-template-columns:34px 1fr;padding:11px}.pk315-mini-card span{font-size:8px}.pk315-cta-grid{grid-template-columns:1fr}.pk315-cta-card{min-height:150px;grid-template-columns:1fr 88px;padding:18px}.pk315-cta-card .art{font-size:50px}.pk315-why{grid-template-columns:1fr;padding:16px}.pk315-why .photo{display:none}.pk315-why-grid{grid-template-columns:1fr 1fr}}


/* =========================================================
   PatiKlup 3.16.0 — Mockup artwork integration
   ========================================================= */
.pk315-photo-wrap{
  background:#fff8ee;
  min-height:365px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.pk315-photo-wrap img{
  object-fit:contain;
  object-position:center bottom;
  width:100%;
  height:100%;
}
.pk315-mini-card .ico.art{
  width:62px;
  height:62px;
  background:rgba(255,255,255,.58);
  border-radius:14px;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.pk315-mini-card .ico.art img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.pk315-mini-card{
  grid-template-columns:62px 1fr;
}
.pk314-city-card{
  min-height:176px;
  display:block;
  padding:13px 12px 10px;
  background:#fff;
}
.pk314-city-card .pk314-city-pin{
  position:absolute;
  left:13px;
  top:13px;
  z-index:3;
}
.pk315-city-copy{
  display:block;
  position:relative;
  z-index:3;
  padding-left:42px;
  min-height:40px;
}
.pk315-city-copy strong,
.pk315-city-copy small{display:block}
.pk315-city-art{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:112px;
  object-fit:cover;
  object-position:center bottom;
  border-radius:0 0 13px 13px;
}
.pk314-city-arrow{
  position:absolute;
  right:10px;
  bottom:10px;
  z-index:4;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  background:#fff;
  border-radius:50%;
  box-shadow:0 3px 10px rgba(0,0,0,.08);
}
.pk314-service-card{
  min-height:120px;
  padding:10px 6px 12px;
}
.pk315-service-art{
  width:72px!important;
  height:72px!important;
  display:grid!important;
  place-items:center;
  background:transparent!important;
}
.pk315-service-art img{
  width:72px;
  height:72px;
  object-fit:contain;
}
.pk315-cta-card .art{
  display:grid;
  place-items:center;
}
.pk315-cta-card .art img{
  display:block;
  max-width:100%;
  max-height:160px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.pk315-why .photo{
  background:#fff8ef;
}
.pk315-why .photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
}
@media(max-width:767px){
  .pk315-photo-wrap{height:220px}
  .pk315-mini-card{grid-template-columns:48px 1fr}
  .pk315-mini-card .ico.art{width:48px;height:48px}
  .pk314-city-card{min-height:150px}
  .pk315-city-art{height:92px}
  .pk314-service-card{min-height:104px}
  .pk315-service-art,.pk315-service-art img{width:62px!important;height:62px!important}
  .pk315-cta-card .art img{max-height:100px}
}


/* =========================================================
   PatiKlup 3.17.0 — Approved mockup refinements
   ========================================================= */

/* Hero artwork: preserve full illustration, no visual clipping */
.pk315-photo-wrap{
  min-height:360px;
  background:#fffaf4;
}
.pk315-photo-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
}

/* Exactly six popular cities, equal widths */
.pk314-city-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.pk314-city-card{
  min-height:145px;
  padding:11px 11px 8px;
}
.pk315-city-copy{
  min-height:38px;
  padding-left:40px;
}
.pk315-city-art{
  height:84px;
  width:100%;
  object-fit:contain;
  object-position:center bottom;
  background:transparent;
  border-radius:0 0 13px 13px;
}
.pk314-city-arrow{
  width:28px;
  height:28px;
  right:8px;
  bottom:8px;
  font-size:15px;
}
.pk314-city-card .pk314-city-pin{
  width:30px;
  height:30px;
  font-size:13px;
}

/* Services: slightly smaller cards, full icon artwork visible */
.pk314-service-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.pk314-service-card{
  min-height:108px;
  padding:8px 7px 11px;
}
.pk315-service-art,
.pk315-service-art img{
  width:66px!important;
  height:66px!important;
  object-fit:contain!important;
}

/* Club / Partner cards: colored action buttons matching the card */
.pk315-mini-card.club b,
.pk315-cta-card.club b{
  background:linear-gradient(135deg,#0a8f6c,#087459)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 6px 16px rgba(8,120,90,.18)!important;
}
.pk315-mini-card.partner b,
.pk315-cta-card.partner b{
  background:linear-gradient(135deg,#7650d7,#5935b6)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 6px 16px rgba(91,55,184,.18)!important;
}
.pk315-mini-card b{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:max-content;
  padding:8px 11px!important;
  border-radius:8px;
}
.pk315-cta-card b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  padding:10px 15px;
  border-radius:9px;
}

/* Better use of promo artwork */
.pk315-mini-card .ico.art{
  width:66px;
  height:66px;
}
.pk315-mini-card{
  grid-template-columns:66px 1fr;
}
.pk315-mini-card .ico.art img{
  object-fit:contain;
}

/* CTA illustration should be fully visible */
.pk315-cta-card .art img{
  max-width:145px;
  max-height:145px;
  object-fit:contain;
}

/* Responsive city layouts */
@media(max-width:1100px){
  .pk314-city-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:767px){
  .pk314-city-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .pk314-city-card{min-height:142px}
  .pk315-city-art{height:82px}
  .pk314-service-grid{grid-template-columns:repeat(3,1fr);gap:8px}
  .pk315-service-art,.pk315-service-art img{width:58px!important;height:58px!important}
  .pk315-mini-card{grid-template-columns:50px 1fr}
  .pk315-mini-card .ico.art{width:50px;height:50px}
}
