/*
======================================
GREBOS EXPERIENCE FRAMEWORK
Core CSS v1.5.0-developer-preview
======================================
*/
.gef-page{font-family:var(--gef-font);color:var(--gef-text);background:#fff;overflow-x:hidden}.gef-page *{box-sizing:border-box}.gef-container{width:var(--gef-container);margin:0 auto}.gef-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,0,0,.08);backdrop-filter:blur(14px)}.gef-header--premium{box-shadow:0 12px 34px rgba(0,0,0,.05)}.gef-header__inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:34px}.gef-logo{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--gef-black);min-width:260px}.gef-logo img{width:var(--gef-header-logo-width);max-width:30vw;height:auto;max-height:92px;object-fit:contain;object-position:left center;display:block;transform:none;transform-origin:left center}.gef-logo__icon{width:62px;height:62px;border:5px solid var(--gef-black);border-radius:50%;display:grid;place-items:center;color:var(--gef-orange);font-size:34px;font-weight:950}.gef-logo__text strong{display:block;font-size:34px;line-height:1;color:var(--gef-black);letter-spacing:-1.5px;font-weight:950}.gef-logo__text small{display:block;color:var(--gef-orange);font-weight:950;text-transform:uppercase;font-size:12px;letter-spacing:1px;margin-top:5px}.gef-nav{display:flex;align-items:center;gap:30px}.gef-nav a{color:var(--gef-black);text-decoration:none;font-weight:900;font-size:15px;letter-spacing:.02em;position:relative}.gef-nav>a:not(.gef-nav__cta)::after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:3px;background:var(--gef-orange);border-radius:99px;transition:width .24s ease}.gef-nav>a:not(.gef-nav__cta):hover::after{width:100%}.gef-lang{display:inline-flex;gap:9px;align-items:center;font-weight:950;color:#9a9a9a}.gef-lang a{font-size:15px}.gef-nav__cta{background:var(--gef-orange);color:#fff!important;padding:17px 27px;border-radius:999px;box-shadow:0 14px 30px rgba(237,133,15,.28);transition:transform .24s ease,box-shadow .24s ease}.gef-nav__cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(237,133,15,.36)}.gef-menu-toggle{display:none;background:var(--gef-black);color:#fff;border:0;border-radius:999px;padding:11px 16px;font-weight:900}.gef-main{display:block}.gef-hero{min-height:var(--gef-hero-height);display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.35));background-size:cover;background-position:center;color:#fff}.gef-hero__content{max-width:790px}.gef-hero--center .gef-hero__content{text-align:center;margin-left:auto;margin-right:auto}.gef-hero--right .gef-hero__content{text-align:right;margin-left:auto}.gef-hero--center .gef-actions{justify-content:center}.gef-hero--right .gef-actions{justify-content:flex-end}.gef-badge,.gef-eyebrow{display:inline-block;color:var(--gef-orange);font-weight:950;text-transform:uppercase;letter-spacing:1.4px;font-size:13px;margin:0 0 18px}.gef-badge{background:var(--gef-orange);color:#fff;padding:10px 18px;border-radius:999px}.gef-hero h1{font-size:clamp(44px,7vw,82px);line-height:.98;margin:0 0 26px;font-weight:950;letter-spacing:-2px}.gef-hero__lead{font-size:clamp(18px,2vw,23px);line-height:1.6;max-width:760px;margin:0 0 38px}.gef-actions{display:flex;gap:16px;flex-wrap:wrap}.gef-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gef-orange);color:#fff!important;text-decoration:none;font-weight:950;border-radius:999px;padding:15px 24px;box-shadow:0 14px 30px rgba(237,133,15,.3)}.gef-btn--dark{background:var(--gef-black);box-shadow:none}.gef-section{padding:90px 0}.gef-section-title,.gef-split h2,.gef-cta h2{font-size:clamp(32px,4.5vw,58px);line-height:1.08;color:var(--gef-black);letter-spacing:-1.4px;margin:0 0 24px;font-weight:950}.gef-split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.gef-split--center{align-items:center}.gef-split p{font-size:19px;line-height:1.75}.gef-light{background:var(--gef-light)}.gef-card-grid{display:grid;gap:22px}.gef-card-grid--4{grid-template-columns:repeat(4,1fr)}.gef-card-grid--3{grid-template-columns:repeat(3,1fr)}.gef-card{background:#fff;border-radius:var(--gef-radius);padding:28px;box-shadow:0 18px 45px rgba(0,0,0,.09);border:1px solid rgba(0,0,0,.06)}.gef-card span{color:var(--gef-orange);font-size:28px;font-weight:950}.gef-card h3{margin:16px 0 10px;color:var(--gef-black);font-size:22px}.gef-card p{line-height:1.6;margin:0}.gef-dark{background:var(--gef-black);color:#fff}.gef-dark .gef-section-title{color:#fff}.gef-card--dark{background:#1c1c1c;border-color:rgba(255,255,255,.08);box-shadow:none}.gef-card--dark h3{color:#fff}.gef-method-list{display:grid;gap:14px}.gef-method-list div{background:#fff;border:1px solid #eee;border-radius:18px;padding:18px 20px;display:flex;justify-content:space-between;gap:12px;box-shadow:0 12px 28px rgba(0,0,0,.06)}.gef-method-list strong{font-size:20px;color:var(--gef-orange)}.gef-cta{padding:94px 0;background:linear-gradient(135deg,var(--gef-orange),#ffae42);color:#fff;position:relative;overflow:hidden}.gef-cta::after{content:"";position:absolute;right:-12vw;top:-18vw;width:46vw;height:46vw;border-radius:50%;background:rgba(255,255,255,.1)}.gef-cta__inner{max-width:940px;text-align:center;position:relative;z-index:1}.gef-cta .gef-eyebrow,.gef-cta h2{color:#fff}.gef-cta p{font-size:20px}.gef-cta .gef-btn{background:#fff;color:var(--gef-orange)!important}.gef-footer{background:radial-gradient(circle at 15% 10%,#242424 0,#101010 42%,#090909 100%);color:#fff;padding:0}.gef-footer__topline{height:5px;background:linear-gradient(90deg,var(--gef-orange),#ffb148,var(--gef-orange))}.gef-footer--premium{border-top:1px solid rgba(255,255,255,.06)}.gef-footer__grid{display:grid;grid-template-columns:1.35fr 1fr 1.1fr 1fr;gap:64px;padding:70px 0 42px}.gef-footer__brand p,.gef-footer__col p{color:rgba(255,255,255,.74);line-height:1.7;font-size:16px;margin:0 0 12px}.gef-footer__logo{width:var(--gef-footer-logo-width);max-width:100%;height:auto;max-height:92px;object-fit:contain;object-position:left center;display:block;margin:0 0 28px;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.gef-footer__wordmark{display:block;font-size:32px;font-weight:950;margin-bottom:20px}.gef-footer__claim{color:#fff!important;font-weight:850;letter-spacing:.01em;margin-top:18px!important;margin-bottom:26px!important}.gef-footer__brandmark{display:flex;align-items:center;gap:14px;margin:0 0 28px}.gef-footer__brand-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gef-orange),#ffae42);color:#fff;font-size:38px;font-weight:950;box-shadow:0 18px 38px rgba(237,133,15,.22)}.gef-footer__brand-text strong{display:block;color:#fff;font-size:32px;line-height:.95;letter-spacing:-1px;font-weight:950}.gef-footer__brand-text small{display:block;color:var(--gef-orange);font-size:12px;text-transform:uppercase;font-weight:950;letter-spacing:.7px;margin-top:6px}.gef-footer__socials--brand{margin-top:24px}.gef-footer__col h3{font-size:18px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 22px;color:#fff;position:relative}.gef-footer__col h3::after{content:"";display:block;width:34px;height:3px;background:var(--gef-orange);border-radius:99px;margin-top:10px}.gef-footer__col ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.gef-footer a{color:rgba(255,255,255,.84);text-decoration:none;transition:color .2s ease}.gef-footer a:hover{color:#fff}.gef-footer__col li a::before{content:"›";color:var(--gef-orange);font-size:22px;line-height:0;margin-right:10px}.gef-footer__contact p{padding-left:0}.gef-footer__social-title{margin-top:34px!important}.gef-footer__socials{display:flex;gap:12px;flex-wrap:wrap}.gef-footer__socials a{width:42px;height:42px;border:1px solid rgba(255,255,255,.34);border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;background:rgba(255,255,255,.04)}.gef-footer__socials a:hover{background:var(--gef-orange);border-color:var(--gef-orange)}.gef-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 0 30px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:rgba(255,255,255,.55);font-size:14px}.gef-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.gef-reveal.is-visible{opacity:1;transform:none}body.gef-theme-cleaner-active{--wp--style--global--content-size:none;--wp--style--global--wide-size:none}body.gef-theme-cleaner-active .wp-site-blocks{padding-top:0!important;padding-bottom:0!important;margin-top:0!important}body.gef-theme-cleaner-active .wp-site-blocks>header,body.gef-theme-cleaner-active header.wp-block-template-part,body.gef-theme-cleaner-active .wp-block-template-part:has(header),body.gef-theme-cleaner-active .site-header{display:none!important}body.gef-theme-cleaner-active .wp-site-blocks>footer,body.gef-theme-cleaner-active footer.wp-block-template-part,body.gef-theme-cleaner-active .site-footer{display:none!important}body.gef-theme-cleaner-active .entry-title,body.gef-theme-cleaner-active .wp-block-post-title{display:none!important}body.gef-theme-cleaner-active .wp-site-blocks,body.gef-theme-cleaner-active .entry-content,body.gef-theme-cleaner-active .wp-block-post-content,body.gef-theme-cleaner-active main{max-width:none!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;margin-top:0!important}body.gef-theme-cleaner-active .entry-content>*,body.gef-theme-cleaner-active .wp-block-post-content>*{max-width:none!important}body.gef-theme-cleaner-active .wp-block-group,body.gef-theme-cleaner-active .wp-block-post-content{margin-block-start:0!important}body.gef-theme-cleaner-active .wp-block-spacer:first-child{display:none!important}@media(max-width:1120px){.gef-header__inner{min-height:96px}.gef-logo{min-width:210px}.gef-logo img{width:min(var(--gef-header-logo-width),230px);height:auto;max-height:78px;max-width:32vw}.gef-nav{gap:20px}.gef-nav a{font-size:14px}.gef-nav__cta{padding:14px 20px}.gef-footer__grid{grid-template-columns:1fr 1fr;gap:44px}}@media(max-width:980px){.gef-header__inner{height:auto;min-height:82px;align-items:center;padding:14px 0;flex-wrap:wrap}.gef-logo{min-width:auto}.gef-logo img{width:var(--gef-header-logo-mobile-width);max-width:58vw;height:auto;max-height:70px;transform:none}.gef-menu-toggle{display:inline-flex;margin-left:auto}.gef-nav{display:none;width:100%;flex-direction:column;align-items:flex-start;background:#fff;border-top:1px solid #eee;padding:18px 0}.gef-nav.is-open{display:flex}.gef-split,.gef-card-grid--4,.gef-card-grid--3,.gef-footer__grid{grid-template-columns:1fr}.gef-section{padding:64px 0}.gef-hero{min-height:78vh}.gef-footer__grid{padding:54px 0 30px}.gef-footer__bottom{display:block}.gef-footer__bottom span{display:block;margin-bottom:8px}}@media(max-width:560px){.gef-header__inner{min-height:74px}.gef-logo img{width:min(var(--gef-header-logo-mobile-width),185px);height:auto;max-height:62px}.gef-hero h1{letter-spacing:-1px}.gef-footer__signature{font-size:21px!important}}

/* GEF v1.6 Frontend Modules */
.gef-landingpage .gef-section-title{max-width:920px}.gef-logo-strip{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.gef-logo-strip span{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:12px 18px;font-weight:900;color:#111;box-shadow:0 8px 24px rgba(0,0,0,.06)}
