.elementor-40716 .elementor-element.elementor-element-1b604ba{--display:flex;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */.abp *,.abp *::before,.abp *::after{box-sizing:border-box;}

.abp{
  --navy:#050c1d;
  --card:#0d1b35;
  --teal:#00d4ff;
  --text-per:#006eff;
  --green:#00e676;
  --text:#dceeff;
  --muted:#5d7aab;
  --f-display:'Syne',sans-serif;
  --f-body:'DM Sans',sans-serif;
  font-family:var(--f-body);
  /* background:var(--navy); */
  color:var(--text);
  padding:0px 24px 80px;
  position:relative;
  overflow:hidden;
  border-radius:16px;

}

/* dot grid background */
.abp::before{
  content:'';position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(0,212,255,.07) 1px,transparent 1px);
  background-size:42px 42px;pointer-events:none;
}

/* glow blobs */
.abp::after{
  content:'';position:absolute;
  width:700px;height:700px;
  background:radial-gradient(ellipse,rgba(0,212,255,.07) 0%,transparent 65%);
  top:-180px;right:-180px;pointer-events:none;
}
.abp__blob{
  position:absolute;width:600px;height:600px;
  background:radial-gradient(ellipse,rgba(0,230,118,.06) 0%,transparent 65%);
  bottom:-160px;left:-160px;pointer-events:none;
}

.abp__inner{
    position:relative;
    z-index:1;
    max-width:1400px;
    margin:0 auto;
}

.abp__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    align-items:start;
}

@media(max-width:980px){
    .abp__grid{
        grid-template-columns:1fr;
    }
}
/* HEADER */
.abp__header{text-align:center;margin-bottom:68px;}
.abp__tag{
  display:inline-block;font-size:11px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:rgb(0, 148, 174);
  border:1px solid rgba(0, 152, 182, 0.551);border-radius:100px;
  padding:6px 20px;margin-bottom:22px;
}
.abp__title{
  font-family:var(--f-body);
  font-size:clamp(2rem,5vw,3.3rem);font-weight:800;
  color:var(--text-per);line-height:1.08;letter-spacing:-.025em;margin-bottom:16px;
}
.abp__title span{
  background:linear-gradient(130deg,var(--navy) 30%,var(--card));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.abp__sub{font-size:16px;font-weight:400;color:var(--muted);max-width:460px;margin:0 auto;line-height:1.7;}

/* GRID */
@media(max-width:680px){.abp__grid{grid-template-columns:1fr;}}

/* CARD */
.abp__card{
  background:var(--card);border-radius:22px;padding:40px 36px 36px;
  position:relative;overflow:hidden;
  animation:abp-rise .65s cubic-bezier(.22,.68,0,1.1) both;
}
@keyframes abp-rise{from{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}
.abp__card--n{
  border:1px solid rgba(0,212,255,.18);
  box-shadow:0 0 50px rgba(0,212,255,.05),inset 0 1px 0 rgba(0,212,255,.1);
  animation-delay:.1s;
}



.abp__card--s{
    border:1px solid rgba(255,170,0,.25);
    box-shadow:
        0 0 50px rgba(255,170,0,.08),
        inset 0 1px 0 rgba(255,170,0,.12);
}

.abp__card--s::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:60%;
    height:2px;
    background:linear-gradient(90deg,#ffb300,transparent);
}


.abp__card--s .abp__price-amt{
    color:yellow;
}

.abp__card--s .abp__btn--fill{
    background:linear-gradient(135deg,yellow,yellow);
    color:#020c1e;
    box-shadow:0 4px 24px rgba(255,179,0,.32);
}

.abp__card--s .abp__btn--fill:hover{
    box-shadow:0 6px 36px rgba(255,179,0,.55);
    transform:translateY(-2px);
}
















.abp__card--p{
  border:1px solid rgba(0,230,118,.28);
  box-shadow:0 0 70px rgba(0,230,118,.1),0 24px 64px rgba(0,0,0,.45),inset 0 1px 0 rgba(0,230,118,.18);
  animation-delay:.22s;
}
.abp__card--p::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(145deg,rgba(0,230,118,.04) 0%,rgba(0,212,255,.025) 100%);
  border-radius:inherit;pointer-events:none;
}
/* top accent line */
.abp__card--n::after{
  content:'';position:absolute;top:0;left:0;width:60%;height:2px;
  background:linear-gradient(90deg,var(--teal),transparent);border-radius:2px 0 0 0;
}
.abp__card--p::after{
  content:'';position:absolute;top:0;left:0;width:80%;height:2px;
  background:linear-gradient(90deg,var(--green),transparent);border-radius:2px 0 0 0;
}
@media(prefers-reduced-motion:no-preference){
  .abp__card{transition:transform .35s cubic-bezier(.22,.68,0,1.2),box-shadow .35s ease;}
  .abp__card--n:hover{transform:translateY(-8px);box-shadow:0 0 70px rgba(0,212,255,.14),0 28px 56px rgba(0,0,0,.3);}
  .abp__card--p:hover{transform:translateY(-8px);box-shadow:0 0 90px rgba(0,230,118,.18),0 30px 60px rgba(0,0,0,.45);}
}

/* BADGE */
.abp__badge{
  display:inline-flex;align-items:center;gap:7px;
  font-size:11px;font-weight:600;
  letter-spacing:.10em;
  text-transform:uppercase;
  border-radius:100px;padding:5px 10px;margin-bottom:22px;
}
.abp__badge--y{background:rgba(255,179,0,.1);color:yellow;border:1px solid rgba(255,179,0,.25);}
.abp__badge--t{background:rgba(0,212,255,.1);color:var(--teal);border:1px solid rgba(0,212,255,.22);}
.abp__badge--g{background:rgba(0,230,118,.1);color:var(--green);border:1px solid rgba(0,230,118,.25);}


/* NAME */
.abp__name{font-family:var(--f-body);font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.015em;margin-bottom:4px;}

/* PRICE */
.abp__price-wrap{margin:20px 0 32px;}
.abp__price-label{font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}
.abp__price{display:flex;align-items:baseline;gap:5px;}
.abp__price-amt{font-family:var(--f-body);font-size:3.2rem;font-weight:800;line-height:1;letter-spacing:-.04em;}
.abp__card--n .abp__price-amt{color:var(--teal);}
.abp__card--p .abp__price-amt{color:var(--green);}
.abp__price-cur{font-size:1.5rem;font-weight:700;color:var(--muted);}
.abp__price-period{font-size:13px;color:var(--muted);margin-top:8px;line-height:1.5;}


/* RENEWAL */

/* Price + renewal layout */
.abp__price-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.abp__renew{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    text-align:right;
}

.abp__renew-price{
    font-size:16px;
    font-weight:700;
    color:#00e676;
    line-height:1.1;
}

.abp__renew-label{
    font-size:11px;
    color:var(--muted);
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-top:2px;
}

.abp__formation-link{
    margin-top:6px;
    font-size:12px;
    color:#00d4ff;
    text-decoration:none;
    font-weight:600;
    transition:.2s;
}

.abp__formation-link:hover{
    color:#fff;
}

@media(max-width:768px){

    .abp__price-row{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .abp__renew{
        align-items:flex-start;
        text-align:left;
    }

}
/* DIVIDER */
.abp__hr{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);margin:28px 0;border:none;}


/* BADGES */

/* .abp__badges{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:22px;
}

.abp__badges .abp__badge{
    margin-bottom:0;
} */
/* FEATURES */
.abp__features{list-style:none;padding:0;display:flex;flex-direction:column;gap:15px;margin-bottom:38px;}
.abp__feat{display:flex;align-items:center;gap:13px;font-size:14.5px;font-weight:500;line-height:1.45;}
.abp__feat--off{opacity:0.7;}
.abp__feat-ico{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.abp__feat-ico--ok{background:rgba(0,230,118,.12);border:1px solid rgba(0,230,118,.3);}
.abp__feat-ico--no{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);}

/* Integration link */
.abp__link{
  color:inherit;text-decoration:none;
  border-bottom:1px dashed rgba(0,212,255,.45);padding-bottom:1px;
  display:inline-flex;align-items:center;gap:4px;
  transition:color .2s,border-color .2s;
}
.abp__link:hover{color:var(--teal);border-color:var(--teal);}

/* BUTTONS */
.abp__btns{display:flex;flex-direction:column;gap:13px;}
.abp__btn{
  display:flex;align-items:center;justify-content:center;gap:9px;
  padding:14px 22px;border-radius:13px;
  font-family:var(--f-body);font-size:14px;font-weight:600;
  text-decoration:none;letter-spacing:.025em;
  cursor:pointer;border:none;outline:none;
  position:relative;overflow:hidden;transition:all .25s ease;
}
.abp__btn:focus-visible{outline:2px solid var(--teal);outline-offset:3px;}
.abp__btn--ghost{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.14);}
.abp__btn--ghost:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.28);color:#fff;}
.abp__card--n .abp__btn--fill{background:linear-gradient(135deg,#00aed4,#00d4ff);color:#020c1e;box-shadow:0 4px 24px rgba(0,212,255,.32);}
.abp__card--n .abp__btn--fill:hover{box-shadow:0 6px 36px rgba(0,212,255,.55);transform:translateY(-2px);}
.abp__card--p .abp__btn--fill{background:linear-gradient(135deg,#00b359,#00e676);color:#020c1e;box-shadow:0 4px 24px rgba(0,230,118,.32);}
.abp__card--p .abp__btn--fill:hover{box-shadow:0 6px 36px rgba(0,230,118,.55);transform:translateY(-2px);}
.abp__btn--fill::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.32) 50%,transparent 62%);
  transform:translateX(-110%);transition:transform .5s ease;
}
.abp__btn--fill:hover::after{transform:translateX(110%);}

@media(max-width:480px){
  .abp{padding:64px 14px 56px;}
  .abp__card{padding:30px 22px 26px;}
  .abp__price-amt{font-size:2.6rem;}
  .abp__name{font-size:1.5rem;}
}


/* Simple expandable feature */
.abp__expand{
  width:100%;
}

.abp__expand summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:start;
  gap:13px;
  width:100%;
  color:inherit;
}

.abp__expand summary::-webkit-details-marker{
  display:none;
}

.abp__expand summary .arrow{
  width:14px;
  height:14px;
  transition:transform .25s ease;
  color:#00e676;
  flex-shrink:0;
}

.abp__expand[open] summary .arrow{
  transform:rotate(180deg);
}

.abp__expand-content{
  margin-top:12px;
  margin-left:8px;
  padding-left:16px;
  border-left:1px solid rgba(255,255,255,.08);
}

.abp__expand-content ul{
  list-style:none;
  padding:0;
  margin:0;
}

.abp__expand-content li{
  font-size:13px;
  color:#c9dcf4;
  padding:6px 0;
  display:flex;
  align-items:center;
  gap:8px;
}














/* Portfolio update here */



/* --- STUNNING CENTRED PORTFOLIOS SHOWCASE --- */
.abp-portfolio-section {
  padding: 6px 0 80px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.abp-portfolio-title-container {
  text-align: center;
  margin-bottom: 50px;
}

.abp-portfolio-title {
  font-family:var(--f-body);
  font-size: 50px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.02em;
}

.abp-portfolio-title span {
  background: linear-gradient(135deg, #582d92, #006eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abp-portfolio-subtitle {
  font-size: 15px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.abp-portfolio-workspace {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 560px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

/* Deck container */
.abp-portfolio-deck {
  position: relative;
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

/* Mockup screen base styles */
.abp-portfolio-screen {
  position: absolute;
  width: 340px;
  height: 450px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(15, 23, 42, 0.02);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  transform-origin: bottom center;
}

/* Window ribbons for desktop mode */
.abp-screen-header {
  height: 34px;
  background: #f1f5f9;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  transition: all 0.3s ease;
}

.abp-screen-header .dots {
  display: flex;
  gap: 5px;
}

.abp-screen-header .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbd5e1;
}

.abp-screen-header .dot.red { background: #ef4444; }
.abp-screen-header .dot.yellow { background: #f59e0b; }
.abp-screen-header .dot.green { background: #10b981; }

.abp-screen-header .address {
  font-family:var(--f-body);
  font-size: 9px;
  color: #94a3b8;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 4px;
  padding: 1px 12px;
  width: 160px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.abp-screen-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  background: #ffffff;
  font-family:var(--f-body);
  text-align: left;
}

/* Fanned layout positions */
.abp-portfolio-screen[data-model="vero"] {
  transform: translateX(-240px) translateY(30px) scale(0.85) rotate(-14deg);
  z-index: 10;
  opacity: 0.7;
}

.abp-portfolio-screen[data-model="oslo"] {
  transform: translateX(-80px) translateY(10px) scale(0.95) rotate(-5deg);
  z-index: 20;
  opacity: 0.85;
}

.abp-portfolio-screen[data-model="bespoke"] {
  transform: translateX(80px) translateY(10px) scale(0.95) rotate(5deg);
  z-index: 20;
  opacity: 0.85;
}

.abp-portfolio-screen[data-model="lumina"] {
  transform: translateX(240px) translateY(30px) scale(0.85) rotate(14deg);
  z-index: 10;
  opacity: 0.7;
}

/* ACTIVE CLASS overrides */
.abp-portfolio-screen.active {
  transform: translateX(0) translateY(-20px) scale(1.05) rotate(0deg) !important;
  z-index: 40 !important;
  opacity: 1 !important;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15), 0 4px 10px rgba(15, 23, 42, 0.05);
}

.abp-portfolio-screen:not(.active):hover {
  opacity: 1;
  filter: brightness(1);
}

/* MOBILE VIEWPORT MODE */
.abp-portfolio-screen.mobile-mode {
  width: 240px !important;
  height: 440px !important;
  border: 10px solid #0f172a !important;
  border-radius: 36px !important;
  background: #000000 !important;
}

.abp-portfolio-screen.mobile-mode .abp-screen-header {
  height: 24px;
  background: #0f172a;
  border-bottom: none;
  padding: 0 20px;
  justify-content: center;
}

/* Simulated notch */
.abp-portfolio-screen.mobile-mode .abp-screen-header::before {
  content: '';
  width: 80px;
  height: 14px;
  background: #000000;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.abp-portfolio-screen.mobile-mode .abp-screen-header .dots,
.abp-portfolio-screen.mobile-mode .abp-screen-header .address {
  display: none !important;
}

.abp-portfolio-screen.mobile-mode .abp-screen-content {
  border-radius: 20px;
  margin: 2px;
}

/* --- THE ORGANIC PURPLE GLASS CARD --- */
.abp-purple-glass-card {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 220px;
  border-radius: 40px 180px 40px 40px;
  background: linear-gradient(135deg, rgba(88, 45, 146, 0.95), rgba(57, 24, 117, 0.92));
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 25px 60px rgba(40, 10, 80, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 24px 28px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 50;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Concentric background vector details inside glass card */
.abp-purple-glass-card .vector-ring-1 {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.abp-purple-glass-card .vector-ring-2 {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

/* Device toggles layout */
.abp-glass-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.abp-device-btn {
  background: transparent;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
}

.abp-device-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.abp-device-btn.active {
  color: #582d92;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.abp-device-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Bottom content row */
.abp-glass-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}

/* Text info */
.abp-glass-info {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.abp-glass-badge {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  font-family:var(--f-body);
}

.abp-glass-title {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  font-family:var(--f-body);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

/* Yellow pill button */
.abp-glass-btn {
  background: #ffd54f;
  color: #391875;
  border: none;
  padding: 10px 24px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(255, 213, 79, 0.3);
  text-decoration: none;
  display: inline-block;
  font-family:var(--f-body);
}

.abp-glass-btn:hover {
  background: #ffffff;
  color: #391875;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* Template content specifics */
.oslo-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eaeaea; padding-bottom: 6px; }
.oslo-logo { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: #1e293b; }
.oslo-menu { font-size: 7px; color: #64748b; gap: 6px; display: flex; }
.oslo-hero { margin-top: 10px; }
.oslo-hero h3 { font-size: 13px; font-weight: 800; color: #1e293b; line-height: 1.2; margin: 0 0 4px; }
.oslo-hero p { font-size: 8px; color: #64748b; margin: 0; line-height: 1.3; }
.oslo-img-container { width: 100%; height: 110px; border-radius: 8px; overflow: hidden; margin-top: 8px; position: relative; border: 1px solid #f1f5f9; }
.oslo-img { width: 100%; height: 100%; object-fit: cover; }
.oslo-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 10px; }
.oslo-cat-card { background: #f8fafc; border: 1px solid #f1f5f9; border-radius: 6px; padding: 6px 4px; text-align: center; }
.oslo-cat-card span { font-size: 6px; font-weight: 700; color: #64748b; display: block; text-transform: uppercase; margin-top: 2px; }

.vero-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #dcd1c7; padding-bottom: 6px; }
.vero-logo { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: #402010; }
.vero-hero { margin-top: 10px; }
.vero-hero h3 { font-size: 13px; font-family: var(--f-body); font-weight: 500; color: #402010; line-height: 1.2; margin: 0 0 4px; }
.vero-hero p { font-size: 8px; color: #70584d; margin: 0; line-height: 1.3; }
.vero-img-container { width: 100%; height: 110px; border-radius: 8px; overflow: hidden; margin-top: 8px; position: relative; border: 1px solid #eadecf; }
.vero-img { width: 100%; height: 100%; object-fit: cover; }
.vero-categories { display: flex; gap: 6px; margin-top: 10px; }
.vero-cat-badge { background: #f2ede6; border: 1px solid #eadecf; border-radius: 20px; padding: 4px 10px; font-size: 6px; font-weight: 700; color: #70584d; text-transform: uppercase; }

.bespoke-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f1f5f9; padding-bottom: 6px; }
.bespoke-logo { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: #0f172a; }
.bespoke-hero { margin-top: 10px; }
.bespoke-hero h3 { font-size: 13px; font-weight: 700; color: #0f172a; line-height: 1.2; margin: 0 0 4px; }
.bespoke-hero p { font-size: 8px; color: #475569; margin: 0; line-height: 1.3; }
.bespoke-img-container { width: 100%; height: 110px; border-radius: 8px; overflow: hidden; margin-top: 8px; position: relative; border: 1px solid #f1f5f9; }
.bespoke-img { width: 100%; height: 100%; object-fit: cover; }
.bespoke-categories { display: flex; gap: 6px; margin-top: 10px; }
.bespoke-cat-badge { background: #f8fafc; border: 1px solid #f1f5f9; border-radius: 4px; padding: 4px 10px; font-size: 6px; font-weight: 700; color: #475569; text-transform: uppercase; }

.lumina-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #fce7f3; padding-bottom: 6px; }
.lumina-logo { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: #db2777; }
.lumina-hero { margin-top: 10px; }
.lumina-hero h3 { font-size: 13px; font-weight: 700; color: #db2777; line-height: 1.2; margin: 0 0 4px; }
.lumina-hero p { font-size: 8px; color: #be185d; margin: 0; line-height: 1.3; }
.lumina-img-container { width: 100%; height: 110px; border-radius: 8px; overflow: hidden; margin-top: 8px; position: relative; border: 1px solid #fce7f3; }
.lumina-img { width: 100%; height: 100%; object-fit: cover; }
.lumina-categories { display: flex; gap: 6px; margin-top: 10px; }
.lumina-cat-badge { background: #fdf2f8; border: 1px solid #fce7f3; border-radius: 20px; padding: 4px 10px; font-size: 6px; font-weight: 700; color: #be185d; text-transform: uppercase; }

/* Responsive adjustments for Portfolios Block */
@media (max-width: 900px) {
  .abp-portfolio-screen[data-model="vero"] { transform: translateX(-160px) translateY(20px) scale(0.8) rotate(-10deg); }
  .abp-portfolio-screen[data-model="oslo"] { transform: translateX(-50px) translateY(5px) scale(0.9) rotate(-3deg); }
  .abp-portfolio-screen[data-model="bespoke"] { transform: translateX(50px) translateY(5px) scale(0.9) rotate(3deg); }
  .abp-portfolio-screen[data-model="lumina"] { transform: translateX(160px) translateY(20px) scale(0.8) rotate(10deg); }
}

@media (max-width: 768px) {
  .abp-portfolio-workspace {
    height: 520px;
  }
  .abp-portfolio-screen {
    width: 280px;
    height: 380px;
  }
  .abp-purple-glass-card {
    width: 360px;
    height: 180px;
    padding: 16px 20px;
    border-radius: 30px 120px 30px 30px;
  }
  .abp-glass-title {
    font-size: 24px;
  }
  .abp-glass-btn {
    padding: 8px 16px;
    font-size: 11px;
  }
}/* End custom CSS */