/* LF Card Tabs: the tabbed card pages. Values measured on the Divi version (2026-09-25). */

/* Page chrome: the same full-width conventions as the other block pages (blog, lfdp-vs-edd). */
body.lfct-page #main-content .container{padding-top:0!important;width:100%!important;max-width:100%!important}
body.lfct-page #main-content .container::before{display:none!important}
body.lfct-page #main-content,body.lfct-page #page-container,body.lfct-page #et-main-area,body.lfct-page article.page{background:#000!important;padding-top:0!important}
body.lfct-page #sidebar{display:none!important}
body.lfct-page #left-area{width:100%!important;padding:0!important;float:none!important}
body.lfct-page .entry-content{margin-top:0!important;padding-top:0!important}

/* The theme prints the page title as the h1: it takes the hero title's place and look. The
   hero glow belongs to the article, so it spans that h1 and the hero below it; the opaque
   tab bar and panels cover it, the hero's bottom fade blends it out. */
body.lfct-page article.page{position:relative;isolation:isolate;overflow-x:clip}
body.lfct-page article.page::before{content:'';position:absolute;top:2vw;left:-10vw;width:40vw;height:40vw;border-radius:999px;opacity:.5;background-image:linear-gradient(132deg,#08dff0 0%,#000 50%,#08dff0 100%);filter:blur(40px);z-index:-1;pointer-events:none}
body.lfct-page article.page>h1.entry-title{position:relative;font-family:'Playfair Display',Georgia,'Times New Roman',serif!important;font-weight:600!important;font-size:min(60px,6vw)!important;line-height:1.24!important;color:#fff!important;text-align:center!important;margin:0!important;padding:40px 6% 15px!important}

.lfct{--lfct-yellow:#ffff00;--lfct-pink:#de2477;--lfct-cyan:#08dff0;--lfct-text:#9a9a9a;--lfct-line:rgba(255,255,255,.14);position:relative;background:transparent;color:#fff;width:100%;max-width:100%;margin:0!important;padding:0!important;overflow:hidden;-webkit-font-smoothing:antialiased}
.lfct *{box-sizing:border-box}
.lfct [hidden]{display:none!important}
.lfct h2,.lfct p{padding:0!important}

/* Hero */
.lfct .lfct-hero{position:relative;margin:0;padding:40px 6% 48px;text-align:center}
.lfct .lfct-hero--no-title{padding-top:0}
.lfct .lfct-hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(to bottom,rgba(0,0,0,0),#000);pointer-events:none}
.lfct .lfct-hero-title{font-family:'Playfair Display',Georgia,'Times New Roman',serif!important;font-weight:600!important;font-size:min(60px,6vw)!important;line-height:1.24!important;color:#fff!important;margin:0 0 15px!important;text-align:center}
.lfct .lfct-hero-sub{font-family:'Barlow',Helvetica,Arial,sans-serif!important;font-weight:400;font-size:18px!important;line-height:1.4!important;color:var(--lfct-yellow)!important;margin:0!important;text-align:center}

/* Tab bar */
.lfct .lfct-bar{position:relative;background:#000;padding:16px 0 0}
.lfct .lfct-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:0 auto;padding:0 16px}
.lfct .lfct-tab{font-family:'Barlow',Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1;color:rgba(255,255,255,.72)!important;padding:8px 16px;border:2px solid var(--lfct-line);border-radius:999px;text-decoration:none!important;white-space:nowrap;transition:color .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
.lfct .lfct-tab:hover{color:#fff!important;border-color:rgba(255,255,255,.3)}
.lfct .lfct-tab.is-active{color:#fff!important;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.04);box-shadow:inset 0 0 15px 0 rgba(255,255,255,.3)}
.lfct .lfct-tab.is-active::before{content:'';display:inline-block;width:6px;height:6px;margin:0 7px 1px 0;border-radius:50%;background:var(--lfct-pink);vertical-align:middle}
.lfct .lfct-tab:focus-visible{outline:2px solid var(--lfct-cyan);outline-offset:3px}

/* Grid: three cards per line, an incomplete line centred */
.lfct .lfct-panel{position:relative;background:#000;margin:0;padding:20px 0 120px}
.lfct .lfct-grid{display:flex;flex-wrap:wrap;justify-content:center;column-gap:2%;row-gap:27px;width:90%;max-width:1280px;margin:0 auto;padding-top:27px}

/* Card */
.lfct .lfct-card{position:relative;flex:0 0 32%;max-width:32%;display:flex;flex-direction:column;margin:0;padding:36px 32px;border:2px solid transparent;border-radius:30px;box-shadow:inset 0 0 15px 0 rgba(255,255,255,.4);overflow:hidden;text-align:center;isolation:isolate}
.lfct .lfct-card::before{content:'';position:absolute;left:-10%;top:-10%;width:50%;height:70%;border-radius:50%;background:linear-gradient(to bottom right,rgba(255,255,255,.1),#000);filter:blur(30px);pointer-events:none;z-index:-1}
.lfct .lfct-card-title{font-family:'Playfair Display',Georgia,'Times New Roman',serif!important;font-weight:700!important;font-size:23px!important;line-height:1.2!important;color:#fff!important;margin:0 0 16px!important;text-align:center}
.lfct .lfct-card-sub{font-family:'Barlow',Helvetica,Arial,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:1.2!important;color:var(--lfct-yellow)!important;margin:0 0 14px!important;text-align:center}
.lfct .lfct-card-desc{font-family:'Barlow',Helvetica,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.55!important;color:var(--lfct-text)!important;margin:0 0 30px!important;text-align:center}
.lfct .lfct-btn{position:relative;align-self:center;margin-top:auto;display:inline-flex;align-items:center;font-family:'Barlow',Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1;color:#fff!important;text-decoration:none!important;white-space:nowrap;padding:8px 16px;border:2px solid rgba(255,255,255,.2);border-radius:999px;box-shadow:inset 0 0 15px 0 rgba(255,255,255,.3);transition:transform .3s ease}
.lfct .lfct-btn::before{content:'';position:absolute;left:50%;top:44%;width:58%;height:44%;transform:translate(-50%,50%);background:#fff;opacity:.12;filter:blur(12px);pointer-events:none}
.lfct .lfct-btn::after{content:'';flex:0 0 auto;width:6px;height:6px;margin-left:20px;border-radius:999px;background:var(--lfct-pink);transition:transform .3s ease}
.lfct .lfct-btn:hover{transform:translateY(4px)}
.lfct .lfct-btn:hover::after{transform:scale(1.2)}
.lfct .lfct-btn:focus-visible{outline:2px solid var(--lfct-cyan);outline-offset:3px}

/* Pagination of a category tab */
.lfct .lfct-pager{display:flex;justify-content:center;align-items:center;gap:12px;margin:48px 0 0;font-family:'Barlow',Helvetica,Arial,sans-serif;font-size:13px;color:rgba(255,255,255,.72)}
.lfct .lfct-pager a{display:inline-block;line-height:1;color:rgba(255,255,255,.72)!important;padding:10px 18px;border:2px solid var(--lfct-line);border-radius:999px;text-decoration:none!important}
.lfct .lfct-pager a:hover{color:#fff!important;border-color:rgba(255,255,255,.3)}

@media (max-width:1100px){
.lfct .lfct-panel{padding:20px 6% 120px}
.lfct .lfct-grid{width:100%;column-gap:5%;row-gap:30px;padding-top:0}
.lfct .lfct-card{flex-basis:47%;max-width:47%}
}
@media (max-width:980px){
.lfct .lfct-panel{padding-bottom:60px}
.lfct .lfct-hero-sub{font-size:17px!important}
}
@media (max-width:767px){
.lfct .lfct-hero-sub{font-size:16px!important}
}
@media (max-width:600px){
.lfct .lfct-hero{padding-bottom:32px}
.lfct .lfct-hero::after{height:32px}
.lfct .lfct-bar{padding-top:12px}
.lfct .lfct-tabs{gap:6px;padding:0 8px}
.lfct .lfct-tab{font-size:12px;padding:7px 10px}
.lfct .lfct-panel{padding-bottom:30px}
.lfct .lfct-card{flex-basis:100%;max-width:100%;padding:28px 20px}
.lfct .lfct-card-title{font-size:18px!important}
.lfct .lfct-btn{font-size:12px;padding:7px 12px}
}
@media (prefers-reduced-motion:reduce){.lfct *{transition:none!important}}
