/* ===================================================================
   Central do Portão — main.css
   Premium dark theme, red accent, high-conversion layout
   =================================================================== */

:root{
  --cdp-primary:#e11d2a;
  --cdp-primary-2:#ff2d3d;
  --cdp-green:#2fd071;
  --cdp-bg:#0a0a0c;
  --cdp-bg-alt:#111114;
  --cdp-bg-3:#16161b;
  --cdp-line:rgba(255,255,255,.08);
  --cdp-text:#ffffff;
  --cdp-muted:#a0a0a8;
  --cdp-radius:14px;
  --cdp-radius-lg:20px;
  --cdp-shadow:0 30px 80px -20px rgba(225,29,42,.25);
  --cdp-font:'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --cdp-head:'Manrope', 'Inter', sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;padding:0;
  background:var(--cdp-bg);
  color:var(--cdp-text);
  font-family:var(--cdp-font);
  font-size:16px;line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:0;background:transparent;color:inherit;}
ul{list-style:none;padding:0;margin:0;}

.cdp-container{max-width:1280px;margin:0 auto;padding:0 24px;}
.cdp-accent{color:var(--cdp-primary);}
.cdp-accent-green{color:var(--cdp-green);}
.cdp-muted{color:var(--cdp-muted);}
.cdp-icon{display:inline-flex;width:1em;height:1em;}
.cdp-icon svg{width:100%;height:100%;}

/* ============ Header ============ */
.cdp-header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  padding:14px 0;
  background:rgba(10,10,12,.7);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--cdp-line);
  transition:all .3s ease;
}
.cdp-header.is-scrolled{padding:10px 0;background:rgba(10,10,12,.92);}
.cdp-header__inner{display:flex;align-items:center;gap:28px;}
.cdp-logo{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;}
.cdp-logo__mark{display:inline-flex;}
.cdp-logo__text{display:flex;flex-direction:column;line-height:1;font-family:var(--cdp-head);}
.cdp-logo__text strong{font-size:18px;font-weight:900;letter-spacing:.5px;color:#fff;}
.cdp-logo__text em{font-size:10px;font-style:normal;font-weight:700;letter-spacing:2px;color:var(--cdp-muted);margin-top:4px;}

.cdp-nav{flex:1;display:flex;justify-content:center;}
.cdp-menu{display:flex;gap:38px;}
.cdp-menu a{
  font-size:15px;font-weight:500;color:#d0d0d5;
  padding:8px 0;position:relative;transition:color .2s;
}
.cdp-menu a:hover,.cdp-menu .current-menu-item > a{color:var(--cdp-primary);}
.cdp-menu .current-menu-item > a::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--cdp-primary);border-radius:2px;
}
.cdp-menu .sub-menu{display:none;}

.cdp-cta-phone{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 20px;border-radius:999px;
  border:1px solid rgba(225,29,42,.4);
  color:#fff;font-weight:600;font-size:14px;
  transition:all .2s;
}
.cdp-cta-phone:hover{border-color:var(--cdp-primary);background:rgba(225,29,42,.1);}
.cdp-cta-phone .cdp-icon{width:16px;height:16px;color:var(--cdp-primary);}

.cdp-burger{display:none;flex-direction:column;gap:5px;padding:8px;}
.cdp-burger span{width:22px;height:2px;background:#fff;border-radius:2px;}

.cdp-mobile{display:none;padding:20px 24px;background:var(--cdp-bg-alt);border-top:1px solid var(--cdp-line);}
.cdp-mobile__menu{display:flex;flex-direction:column;gap:14px;margin-bottom:20px;}
.cdp-mobile__menu a{font-size:16px;font-weight:600;padding:10px 0;border-bottom:1px solid var(--cdp-line);}

/* ============ Buttons ============ */
.cdp-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 26px;border-radius:12px;
  font-weight:600;font-size:15px;
  transition:all .2s ease;
  cursor:pointer;white-space:nowrap;
}
.cdp-btn .cdp-icon{width:18px;height:18px;}
.cdp-btn--lg{padding:18px 32px;font-size:16px;}
.cdp-btn--primary{
  background:var(--cdp-primary);color:#fff;
  box-shadow:0 10px 30px -8px rgba(225,29,42,.6);
}
.cdp-btn--primary:hover{background:var(--cdp-primary-2);transform:translateY(-2px);box-shadow:0 14px 40px -8px rgba(225,29,42,.7);}
.cdp-btn--ghost{
  background:transparent;color:#fff;
  border:1px solid rgba(255,255,255,.15);
}
.cdp-btn--ghost:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.3);}
.cdp-btn--wa{background:#25d366;color:#fff;box-shadow:0 10px 30px -8px rgba(37,211,102,.5);}
.cdp-btn--wa:hover{background:#20bf5b;transform:translateY(-2px);}

/* ============ Hero ============ */
.cdp-hero{
  position:relative;
  min-height:100vh;
  padding:140px 0 0;
  overflow:hidden;
  display:flex;flex-direction:column;justify-content:space-between;
}
.cdp-hero__bg{
  position:absolute;inset:0;z-index:0;
  background-size:cover;background-position:center right;
}
.cdp-hero__bg--default{
  background:
    radial-gradient(ellipse at 70% 40%, rgba(60,60,70,.4), transparent 60%),
    linear-gradient(135deg, #0a0a0c 0%, #1a1a20 40%, #0f0f14 100%);
}
.cdp-hero__bg--default::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg, transparent 45%, rgba(0,0,0,.4) 60%, rgba(20,20,25,.7) 100%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 1px,transparent 1px,transparent 30px);
}
.cdp-hero__overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg, rgba(10,10,12,.95) 0%, rgba(10,10,12,.7) 35%, rgba(10,10,12,.4) 60%, rgba(10,10,12,.75) 100%);
}
.cdp-hero__inner{position:relative;z-index:2;padding:20px 24px 60px;flex:1;}

.cdp-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 16px;border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--cdp-line);
  font-size:11px;font-weight:600;letter-spacing:1.5px;color:#d0d0d5;
  margin-bottom:24px;
}
.cdp-badge__dot{width:8px;height:8px;border-radius:50%;background:var(--cdp-green);box-shadow:0 0 10px var(--cdp-green);}

.cdp-hero__title{
  font-family:var(--cdp-head);
  font-size:clamp(44px,7vw,92px);
  font-weight:800;line-height:1;letter-spacing:-2px;
  margin:0 0 24px;max-width:720px;
}
.cdp-hero__sub{
  font-size:18px;line-height:1.55;color:#c5c5cc;
  max-width:520px;margin:0 0 32px;
}

.cdp-hero__pills{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px;}
.cdp-pill{
  display:inline-flex;align-items:center;gap:12px;
  padding:12px 18px;border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--cdp-line);
}
.cdp-pill .cdp-icon{width:22px;height:22px;color:var(--cdp-primary);}
.cdp-pill strong{display:block;font-size:14px;font-weight:600;color:#fff;}
.cdp-pill span{display:block;font-size:12px;color:var(--cdp-muted);}

.cdp-hero__cta{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:56px;}
.cdp-hero__cta .cdp-btn--ghost{background:transparent;}
.cdp-hero__cta .cdp-btn--ghost .cdp-icon:first-child{
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.08);padding:10px;
}

.cdp-hero__stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
  max-width:820px;
  padding:22px 28px;border-radius:16px;
  background:rgba(15,15,20,.6);
  backdrop-filter:blur(12px);
  border:1px solid var(--cdp-line);
  margin-left:auto;
}
.cdp-stat{display:flex;flex-direction:column;gap:2px;}
.cdp-stat .cdp-icon{width:18px;height:18px;color:var(--cdp-green);margin-bottom:4px;}
.cdp-stat b{font-family:var(--cdp-head);font-size:20px;font-weight:800;color:#fff;}
.cdp-stat span{font-size:12px;color:var(--cdp-muted);}

.cdp-hero__strip{
  position:relative;z-index:2;
  background:rgba(10,10,12,.75);
  backdrop-filter:blur(12px);
  border-top:1px solid var(--cdp-line);border-bottom:1px solid var(--cdp-line);
  padding:20px 0;
}
.cdp-hero__strip-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
.cdp-hero__strip-grid > div{
  display:flex;align-items:center;gap:14px;
}
.cdp-hero__strip-grid .cdp-icon{
  width:24px;height:24px;color:var(--cdp-primary);
  padding:10px;border-radius:10px;background:rgba(225,29,42,.12);
  box-sizing:content-box;
}
.cdp-hero__strip-grid strong{display:block;font-size:14px;font-weight:600;color:#fff;}
.cdp-hero__strip-grid span{display:block;font-size:12px;color:var(--cdp-muted);}

/* ============ Sections ============ */
.cdp-section{padding:100px 0;position:relative;}
.cdp-section--pad{padding-top:160px;}
.cdp-section__head{max-width:720px;margin-bottom:64px;}
.cdp-section__head--center{margin:0 auto 64px;text-align:center;}
.cdp-eyebrow{
  display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;
  color:var(--cdp-primary);margin-bottom:16px;
}
.cdp-eyebrow--light{color:#fff;opacity:.7;}
.cdp-section__title{
  font-family:var(--cdp-head);
  font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.05;letter-spacing:-1.5px;
  margin:0 0 20px;
}
.cdp-section__title--big{font-size:clamp(40px,6vw,72px);}
.cdp-section__sub{font-size:17px;color:var(--cdp-muted);line-height:1.6;margin:0;}

/* ============ Services Cards ============ */
.cdp-services{background:linear-gradient(180deg,var(--cdp-bg),var(--cdp-bg-alt));}
.cdp-cards{display:grid;gap:20px;}
.cdp-cards--3{grid-template-columns:repeat(3,1fr);}
.cdp-card{
  position:relative;
  padding:32px 28px;
  border-radius:var(--cdp-radius-lg);
  background:var(--cdp-bg-3);
  border:1px solid var(--cdp-line);
  transition:all .3s ease;
  overflow:hidden;
}
.cdp-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(225,29,42,.5),transparent);
  opacity:0;transition:opacity .3s;
}
.cdp-card:hover{transform:translateY(-4px);border-color:rgba(225,29,42,.3);}
.cdp-card:hover::before{opacity:1;}
.cdp-card__icon{
  width:52px;height:52px;
  display:flex;align-items:center;justify-content:center;
  border-radius:12px;
  background:rgba(225,29,42,.12);
  color:var(--cdp-primary);
  margin-bottom:20px;
}
.cdp-card__icon .cdp-icon{width:26px;height:26px;}
.cdp-card h3{font-family:var(--cdp-head);font-size:20px;font-weight:700;margin:0 0 10px;}
.cdp-card p{color:var(--cdp-muted);margin:0 0 20px;font-size:14.5px;line-height:1.6;}
.cdp-card__link{
  display:inline-flex;align-items:center;gap:8px;
  font-size:14px;font-weight:600;color:var(--cdp-primary);
}
.cdp-card__link .cdp-icon{width:16px;height:16px;transition:transform .2s;}
.cdp-card__link:hover .cdp-icon{transform:translateX(4px);}
.cdp-card__tag{
  position:absolute;top:16px;right:16px;
  font-size:10px;font-weight:700;letter-spacing:1.5px;
  padding:5px 10px;border-radius:6px;
  background:var(--cdp-green);color:#031a0d;
}
.cdp-card--featured{
  background:linear-gradient(160deg,rgba(47,208,113,.08),rgba(15,15,20,.6));
  border-color:rgba(47,208,113,.3);
}
.cdp-card--featured .cdp-card__icon{background:rgba(47,208,113,.15);color:var(--cdp-green);}
.cdp-card--featured .cdp-card__link{color:var(--cdp-green);}

/* ============ Process ============ */
.cdp-process{background:var(--cdp-bg-alt);}
.cdp-process__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.cdp-steps{display:flex;flex-direction:column;gap:24px;margin-top:36px;}
.cdp-steps li{display:flex;gap:20px;align-items:flex-start;}
.cdp-steps__n{
  flex-shrink:0;
  font-family:var(--cdp-head);
  font-size:14px;font-weight:800;
  color:var(--cdp-primary);
  width:44px;height:44px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(225,29,42,.3);
  background:rgba(225,29,42,.08);
}
.cdp-steps strong{display:block;font-family:var(--cdp-head);font-size:17px;font-weight:700;margin-bottom:6px;}
.cdp-steps p{margin:0;color:var(--cdp-muted);font-size:14.5px;}

.cdp-process__visual{position:relative;}
.cdp-tech-card{
  position:relative;
  aspect-ratio:4/5;max-width:420px;margin-left:auto;
  border-radius:24px;overflow:hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(225,29,42,.25), transparent 60%),
    linear-gradient(160deg,#0f0f14 0%,#2a0a10 40%,#0a0a0c 100%);
  border:1px solid rgba(225,29,42,.25);
  padding:32px;
  display:flex;flex-direction:column;justify-content:space-between;
}
.cdp-tech-card__badge{
  align-self:flex-start;
  font-size:10px;font-weight:700;letter-spacing:1.5px;
  padding:6px 12px;border-radius:8px;
  background:var(--cdp-primary);color:#fff;
}
.cdp-tech-card h3{
  font-family:var(--cdp-head);
  font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1;letter-spacing:-1px;
  margin:0;
}
.cdp-tech-card__glow{
  position:absolute;bottom:-40%;right:-30%;
  width:70%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(225,29,42,.4),transparent 60%);
  filter:blur(30px);
}
.cdp-metric{
  position:absolute;bottom:24px;right:-40px;
  background:rgba(15,15,20,.9);
  backdrop-filter:blur(12px);
  border:1px solid var(--cdp-line);
  border-radius:16px;
  padding:20px 24px;
  display:flex;flex-direction:column;gap:14px;min-width:240px;
}
.cdp-metric > div{display:flex;flex-direction:column;}
.cdp-metric b{font-family:var(--cdp-head);font-size:22px;font-weight:800;color:#fff;line-height:1;}
.cdp-metric span{font-size:12px;color:var(--cdp-muted);margin-top:4px;}

/* ============ Works ============ */
.cdp-works{background:var(--cdp-bg);}
.cdp-gallery{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:16px;
  height:520px;
}
.cdp-gallery__item{
  position:relative;
  border-radius:var(--cdp-radius-lg);
  overflow:hidden;
  border:1px solid var(--cdp-line);
  transition:transform .3s;
}
.cdp-gallery__item--big{grid-row:span 2;}
.cdp-gallery__item:hover{transform:translateY(-4px);}
.cdp-gallery__img{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
}
.cdp-gallery__cap{
  position:absolute;left:0;right:0;bottom:0;
  padding:20px 22px;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.85));
}
.cdp-gallery__cap strong{display:block;font-family:var(--cdp-head);font-size:16px;font-weight:700;color:#fff;margin-bottom:2px;}
.cdp-gallery__cap span{display:block;font-size:12px;color:var(--cdp-muted);}

/* ============ Testimonials ============ */
.cdp-testimonials{background:var(--cdp-bg-alt);}
.cdp-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.cdp-quote{
  padding:28px 24px;
  border-radius:var(--cdp-radius-lg);
  background:var(--cdp-bg-3);
  border:1px solid var(--cdp-line);
  margin:0;
}
.cdp-quote__stars{display:flex;gap:2px;color:#ffc226;margin-bottom:14px;}
.cdp-quote__stars .cdp-icon{width:14px;height:14px;}
.cdp-quote p{font-size:15px;line-height:1.65;margin:0 0 20px;color:#d0d0d5;}
.cdp-quote footer{display:flex;align-items:center;gap:12px;font-style:normal;}
.cdp-quote__ava{
  width:38px;height:38px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--cdp-primary),#7a0e17);
  font-family:var(--cdp-head);font-size:13px;font-weight:800;color:#fff;
}
.cdp-quote footer strong{display:block;font-size:14px;font-weight:700;color:#fff;}
.cdp-quote footer span{display:block;font-size:12px;color:var(--cdp-muted);}

/* ============ CTA Final ============ */
.cdp-cta{background:var(--cdp-bg);}
.cdp-cta__box{
  padding:80px 40px;
  border-radius:24px;
  background:
    radial-gradient(circle at 20% 30%,rgba(225,29,42,.15),transparent 60%),
    radial-gradient(circle at 80% 70%,rgba(47,208,113,.08),transparent 60%),
    linear-gradient(160deg,#0f0f14,#16161b);
  border:1px solid var(--cdp-line);
  text-align:center;
}
.cdp-cta__sub{font-size:17px;color:var(--cdp-muted);margin:0 auto 40px;max-width:560px;}
.cdp-cta__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:36px;}
.cdp-cta__meta{
  display:flex;justify-content:center;gap:32px;flex-wrap:wrap;
  font-size:14px;color:var(--cdp-muted);
}
.cdp-cta__meta span{display:inline-flex;align-items:center;gap:8px;}
.cdp-cta__meta .cdp-icon{width:16px;height:16px;color:var(--cdp-primary);}

/* ============ Footer ============ */
.cdp-footer{background:var(--cdp-bg-alt);border-top:1px solid var(--cdp-line);}
.cdp-footer__grid{
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;
  padding:70px 24px 40px;
}
.cdp-footer__col h4{font-family:var(--cdp-head);font-size:15px;font-weight:700;margin:0 0 16px;color:#fff;}
.cdp-footer__col ul{display:flex;flex-direction:column;gap:10px;}
.cdp-footer__col li{color:var(--cdp-muted);font-size:14px;}
.cdp-footer__col a{color:var(--cdp-muted);transition:color .2s;}
.cdp-footer__col a:hover{color:var(--cdp-primary);}
.cdp-footer__contact li{display:flex;gap:10px;align-items:flex-start;}
.cdp-footer__contact .cdp-icon{width:16px;height:16px;color:var(--cdp-primary);flex-shrink:0;margin-top:4px;}
.cdp-social{display:flex;gap:10px;margin-top:20px;}
.cdp-social a{
  width:36px;height:36px;border-radius:8px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.04);border:1px solid var(--cdp-line);
  font-size:11px;font-weight:700;color:#fff;
}
.cdp-social a:hover{background:var(--cdp-primary);border-color:var(--cdp-primary);}
.cdp-logo--footer{margin-bottom:16px;}
.cdp-footer__bar{border-top:1px solid var(--cdp-line);padding:20px 0;font-size:13px;color:var(--cdp-muted);}

/* ============ Floating WhatsApp ============ */
.cdp-floating-wa{
  position:fixed;bottom:24px;right:24px;z-index:60;
  width:58px;height:58px;border-radius:50%;
  background:#25d366;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  box-shadow:0 12px 30px -4px rgba(37,211,102,.5);
  transition:transform .2s;
  animation:cdp-pulse 2s infinite;
}
.cdp-floating-wa:hover{transform:scale(1.08);}
.cdp-floating-wa .cdp-icon{width:26px;height:26px;}
@keyframes cdp-pulse{
  0%,100%{box-shadow:0 12px 30px -4px rgba(37,211,102,.5),0 0 0 0 rgba(37,211,102,.5);}
  50%{box-shadow:0 12px 30px -4px rgba(37,211,102,.5),0 0 0 14px rgba(37,211,102,0);}
}

/* ============ Page/Post basics ============ */
.cdp-main{padding-top:80px;}
.cdp-page-title{font-family:var(--cdp-head);font-size:clamp(32px,4vw,48px);font-weight:800;margin:0 0 24px;}
.cdp-content p{color:#c5c5cc;line-height:1.75;margin:0 0 18px;}
.cdp-post-card{margin-bottom:40px;}
.cdp-post-card__title{font-family:var(--cdp-head);font-size:22px;font-weight:700;margin:16px 0 8px;}
.cdp-post-card__title a{color:#fff;}
.cdp-post-card__meta{font-size:13px;color:var(--cdp-muted);}
.cdp-post-card__excerpt{color:#c5c5cc;margin-top:10px;}

/* ============ Responsive ============ */
@media (max-width:1024px){
  .cdp-menu{gap:24px;}
  .cdp-hero__stats{grid-template-columns:repeat(2,1fr);}
  .cdp-cards--3{grid-template-columns:repeat(2,1fr);}
  .cdp-process__grid{grid-template-columns:1fr;gap:60px;}
  .cdp-process__visual{max-width:500px;margin:0 auto;}
  .cdp-metric{position:static;margin-top:20px;}
  .cdp-tech-card{margin:0 auto;}
  .cdp-testimonials__grid{grid-template-columns:1fr;}
  .cdp-footer__grid{grid-template-columns:1fr 1fr;}
  .cdp-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto;height:auto;}
  .cdp-gallery__item{aspect-ratio:16/10;}
  .cdp-gallery__item--big{grid-row:auto;grid-column:span 2;}
}
@media (max-width:768px){
  .cdp-nav,.cdp-cta-phone{display:none;}
  .cdp-burger{display:flex;margin-left:auto;}
  .cdp-mobile.is-open{display:block;}
  .cdp-hero{padding-top:100px;}
  .cdp-hero__title{font-size:44px;letter-spacing:-1.5px;}
  .cdp-hero__stats{grid-template-columns:repeat(2,1fr);margin-left:0;}
  .cdp-hero__strip-grid{grid-template-columns:1fr 1fr;gap:16px;}
  .cdp-section{padding:70px 0;}
  .cdp-cards--3{grid-template-columns:1fr;}
  .cdp-footer__grid{grid-template-columns:1fr;gap:32px;}
  .cdp-cta__box{padding:50px 24px;}
  .cdp-gallery{grid-template-columns:1fr;}
  .cdp-gallery__item--big{grid-column:auto;}
  .cdp-hero__pills{gap:8px;}
  .cdp-pill{padding:10px 14px;}
}
