@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Fraunces:ital,wght@0,700;0,900;1,700;1,900&display=swap');

.aeb-section,
.aeb-section *{box-sizing:border-box}
.aeb-section{--aeb-navy:#0F1F45;--aeb-navy2:#1A2E5A;--aeb-navy3:#243770;--aeb-orange:#E8610A;--aeb-orange2:#F47C30;--aeb-orange3:#FDEBD8;--aeb-white:#fff;--aeb-offwhite:#F8F9FC;--aeb-muted:#6B7A99;--aeb-body:#2A3350;--aeb-border:rgba(15,31,69,.09);--aeb-radius:18px;--aeb-radius2:12px;font-family:'Plus Jakarta Sans',sans-serif;color:var(--aeb-body);line-height:1.6}
.aeb-section img{display:block;max-width:100%}
.aeb-section a{text-decoration:none}
.aeb-sec-inner{max-width:1160px;margin:0 auto;width:100%}
.aeb-eyebrow{font-size:11.5px!important;font-weight:700!important;color:var(--aeb-orange)!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 12px!important}
.aeb-sec-title{font-family:'Fraunces',serif!important;font-size:clamp(2rem,3.5vw,2.9rem)!important;font-weight:900!important;color:var(--aeb-navy)!important;line-height:1.15!important;letter-spacing:-.02em!important;margin:0 0 16px!important}
.aeb-sec-title em{font-style:italic;color:var(--aeb-orange)}
.aeb-sec-lead{font-size:1rem!important;color:var(--aeb-muted)!important;max-width:560px;line-height:1.8!important;margin:0!important}
.aeb-sec-head-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px;gap:32px;flex-wrap:wrap}
.aeb-btn-outline{display:inline-flex;align-items:center;gap:8px;color:var(--aeb-navy2)!important;border:1.5px solid var(--aeb-navy2);padding:11px 22px;border-radius:8px;font-size:13.5px;font-weight:700;transition:background .2s,color .2s;white-space:nowrap}
.aeb-btn-outline:hover{background:var(--aeb-navy2);color:#fff!important}
.aeb-reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.aeb-reveal.aeb-visible{opacity:1;transform:translateY(0)}

/* NAV */
.aeb-nav{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(10,18,40,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);z-index:200;transition:background .3s}
.aeb-nav-sticky{position:fixed;top:0;left:0;right:0;width:100%}
body.admin-bar .aeb-nav-sticky{top:32px}
.aeb-nav-logo{display:flex;align-items:center;color:#fff!important;font-family:'Fraunces',serif;font-weight:900;font-size:1.1rem}
.aeb-nav-logo img{height:38px;width:auto}
.aeb-nav-menu{display:flex!important;align-items:center;gap:28px;list-style:none!important;margin:0!important;padding:0!important}
.aeb-nav-menu li{margin:0!important;padding:0!important}
.aeb-nav-menu a{font-size:13.5px;font-weight:500;color:rgba(255,255,255,.72)!important;letter-spacing:.02em;transition:color .2s}
.aeb-nav-menu a:hover{color:var(--aeb-orange2)!important}
.aeb-nav-wa{display:inline-flex;align-items:center;gap:7px;background:var(--aeb-orange);color:#fff!important;padding:9px 20px;border-radius:8px;font-size:13px;font-weight:700;transition:background .2s,transform .15s}
.aeb-nav-wa:hover{background:var(--aeb-orange2);transform:translateY(-1px);color:#fff!important}
.aeb-wa-dot{font-size:.75em;color:#fff}

/* HERO */
.aeb-hero{min-height:100vh;background:linear-gradient(145deg,#070e20 0%,var(--aeb-navy) 50%,#1b2f6e 100%);display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;position:relative;overflow:hidden}
.aeb-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 80% 50%,rgba(232,97,10,.12) 0%,transparent 65%);pointer-events:none}
.aeb-hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 5vw 80px 6vw;position:relative;z-index:2}
.aeb-hero-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(232,97,10,.35);background:rgba(232,97,10,.1);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--aeb-orange2);letter-spacing:.05em;text-transform:uppercase;margin-bottom:28px;width:fit-content}
.aeb-hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--aeb-orange2);flex-shrink:0}
.aeb-hero h1{font-family:'Fraunces',serif!important;font-size:clamp(2.6rem,4.5vw,4rem)!important;font-weight:900!important;color:#fff!important;line-height:1.1!important;letter-spacing:-.03em!important;margin:0 0 22px!important}
.aeb-hero h1 em{font-style:italic;color:var(--aeb-orange2)}
.aeb-hero-sub{font-size:1.05rem!important;color:rgba(255,255,255,.65)!important;line-height:1.75!important;max-width:480px;font-weight:300;margin:0 0 36px!important}
.aeb-hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:52px}
.aeb-btn-hero-primary{display:inline-flex;align-items:center;gap:8px;background:var(--aeb-orange);color:#fff!important;padding:15px 30px;border-radius:10px;font-family:'Fraunces',serif;font-size:15px;font-weight:700;transition:background .2s,transform .15s}
.aeb-btn-hero-primary:hover{background:var(--aeb-orange2);transform:translateY(-2px);color:#fff!important}
.aeb-btn-hero-ghost{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.8)!important;padding:15px 26px;border-radius:10px;border:1px solid rgba(255,255,255,.2);font-size:14px;font-weight:600;transition:border-color .2s,color .2s}
.aeb-btn-hero-ghost:hover{border-color:rgba(255,255,255,.6);color:#fff!important}
.aeb-hero-trust{display:flex;align-items:center;gap:20px}
.aeb-trust-avatars{display:flex}
.aeb-trust-avatars span{width:36px;height:36px;border-radius:50%;border:2px solid var(--aeb-navy);background:var(--aeb-navy3);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:rgba(255,255,255,.8);margin-left:-10px;flex-shrink:0;overflow:hidden}
.aeb-trust-avatars span:first-child{margin-left:0}
.aeb-trust-avatars img{width:100%;height:100%;object-fit:cover}
.aeb-trust-text{font-size:13px;color:rgba(255,255,255,.55)}
.aeb-trust-text strong{color:rgba(255,255,255,.85);display:block;font-size:14px}
.aeb-hero-right{position:relative;overflow:hidden}
.aeb-hero-right img{width:100%;height:100%;object-fit:cover;opacity:.55}
.aeb-hero-right::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--aeb-navy) 0%,transparent 40%),linear-gradient(0deg,rgba(7,14,32,.7) 0%,transparent 50%)}
.aeb-hero-card{position:absolute;bottom:40px;left:32px;z-index:10;background:rgba(255,255,255,.08);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:18px 22px;min-width:240px}
.aeb-hero-card-label{font-size:11px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}
.aeb-hero-card-value{font-family:'Fraunces',serif;font-size:1.6rem;font-weight:900;color:#fff;line-height:1}
.aeb-hero-card-sub{font-size:12px;color:rgba(255,255,255,.55);margin-top:6px}
.aeb-hero-card2{position:absolute;top:40px;right:28px;z-index:10;background:var(--aeb-orange);border-radius:12px;padding:14px 18px}
.aeb-hero-card2 p{font-size:11px;color:rgba(255,255,255,.8);margin:0 0 4px!important}
.aeb-hero-card2 strong{font-size:15px;color:#fff;font-weight:700}

/* LOGOS */
.aeb-logos-strip{background:var(--aeb-navy);padding:28px 5vw;border-bottom:1px solid rgba(255,255,255,.06)}
.aeb-logos-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:0}
.aeb-logos-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.3);white-space:nowrap;margin-right:40px;flex-shrink:0}
.aeb-logos-track{display:flex;align-items:center;gap:36px;overflow:hidden;flex:1;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}
.aeb-logo-item{font-family:'Fraunces',serif;font-size:14px;font-weight:700;color:rgba(255,255,255,.3);white-space:nowrap;letter-spacing:.02em;flex-shrink:0}

/* SERVICES */
.aeb-services{background:var(--aeb-offwhite);padding:100px 5vw}
.aeb-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.aeb-svc-card{background:#fff;border:1px solid var(--aeb-border);border-radius:var(--aeb-radius);overflow:hidden;transition:transform .2s,box-shadow .25s;display:flex;flex-direction:column}
.aeb-svc-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(15,31,69,.1)}
.aeb-svc-img{height:200px;overflow:hidden;position:relative;background:#eef1f8}
.aeb-svc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.aeb-svc-card:hover .aeb-svc-img img{transform:scale(1.04)}
.aeb-svc-body{padding:26px 24px 28px;flex:1;display:flex;flex-direction:column}
.aeb-svc-tag{font-size:11px;font-weight:700;color:var(--aeb-orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.aeb-svc-body h3{font-family:'Fraunces',serif!important;font-size:1.2rem!important;font-weight:700!important;color:var(--aeb-navy)!important;margin:0 0 10px!important;line-height:1.3!important}
.aeb-svc-body p{font-size:.875rem!important;color:var(--aeb-muted)!important;line-height:1.75!important;flex:1;margin:0!important}
.aeb-svc-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--aeb-orange)!important;margin-top:18px;transition:gap .2s}
.aeb-svc-link:hover{gap:10px;color:var(--aeb-orange2)!important}
.aeb-svc-card.aeb-featured{grid-column:span 2;flex-direction:row}
.aeb-svc-card.aeb-featured .aeb-svc-img{width:45%;height:auto;flex-shrink:0}
.aeb-svc-card.aeb-featured .aeb-svc-body{padding:36px}

/* RESULTS */
.aeb-results{background:var(--aeb-navy);position:relative;overflow:hidden;padding:100px 5vw}
.aeb-results::before{content:'';position:absolute;top:-40%;right:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(232,97,10,.15) 0%,transparent 70%);pointer-events:none}
.aeb-results .aeb-sec-inner{position:relative;z-index:1}
.aeb-results .aeb-eyebrow{color:var(--aeb-orange2)!important}
.aeb-results .aeb-sec-title{color:#fff!important}
.aeb-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:56px}
.aeb-result-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--aeb-radius);padding:36px 32px;position:relative;overflow:hidden}
.aeb-result-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--aeb-orange),var(--aeb-orange2))}
.aeb-result-num{font-family:'Fraunces',serif;font-size:3.5rem;font-weight:900;color:#fff;line-height:1;margin-bottom:8px}
.aeb-result-card h4{font-size:1rem!important;font-weight:700!important;color:rgba(255,255,255,.85)!important;margin:0 0 8px!important}
.aeb-result-card p{font-size:.875rem!important;color:rgba(255,255,255,.45)!important;line-height:1.7!important;margin:0!important}
.aeb-result-quote{background:var(--aeb-orange);border-radius:var(--aeb-radius);padding:36px 32px;display:flex;flex-direction:column;justify-content:space-between}
.aeb-result-quote blockquote{font-family:'Fraunces',serif;font-size:1.25rem;font-style:italic;color:#fff;line-height:1.55;margin:0 0 20px!important;padding:0;border:0}
.aeb-result-quote cite{font-size:13px;color:rgba(255,255,255,.75);font-style:normal;font-weight:600}

/* PORTFOLIO */
.aeb-portfolio{background:#fff;padding:100px 5vw}
.aeb-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:16px;margin-top:48px}
.aeb-port-card{border-radius:var(--aeb-radius);overflow:hidden;position:relative;aspect-ratio:4/3;display:block;background:#eef1f8}
.aeb-port-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.aeb-port-card:hover img{transform:scale(1.05)}
.aeb-port-card::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(10,18,40,.8) 0%,transparent 55%);transition:opacity .3s}
.aeb-port-card:hover::after{opacity:.9}
.aeb-port-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:2;transform:translateY(8px);transition:transform .3s}
.aeb-port-card:hover .aeb-port-overlay{transform:translateY(0)}
.aeb-port-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--aeb-orange2);margin-bottom:5px}
.aeb-port-title{font-family:'Fraunces',serif;font-size:1rem;font-weight:700;color:#fff;line-height:1.3}
.aeb-port-card.aeb-large{grid-column:span 2;aspect-ratio:16/7}
.aeb-port-card.aeb-tall{grid-row:span 2;aspect-ratio:unset}

/* IA */
.aeb-ia{background:var(--aeb-offwhite);padding:100px 5vw}
.aeb-ia-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:72px;align-items:center}
.aeb-ia-img{border-radius:var(--aeb-radius);overflow:hidden;aspect-ratio:4/3;position:relative;background:#eef1f8}
.aeb-ia-img img{width:100%;height:100%;object-fit:cover}
.aeb-ia-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(15,31,69,.5) 0%,transparent 60%)}
.aeb-ia-img-tag{position:absolute;bottom:20px;left:20px;z-index:2;background:var(--aeb-orange);color:#fff;font-size:12px;font-weight:700;padding:8px 16px;border-radius:8px}
.aeb-ia-features{display:flex;flex-direction:column;gap:16px;margin-top:28px}
.aeb-ia-feat{display:flex;gap:14px;align-items:flex-start}
.aeb-ia-feat-icon{width:38px;height:38px;border-radius:9px;background:var(--aeb-orange3);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}
.aeb-ia-feat h4{font-size:.9rem!important;font-weight:700!important;color:var(--aeb-navy)!important;margin:0 0 3px!important}
.aeb-ia-feat p{font-size:.83rem!important;color:var(--aeb-muted)!important;line-height:1.65!important;margin:0!important}
.aeb-ia-cta-row{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}
.aeb-btn-primary-orange{display:inline-flex;align-items:center;gap:8px;background:var(--aeb-orange);color:#fff!important;padding:13px 26px;border-radius:9px;font-size:14px;font-weight:700;transition:background .2s,transform .15s}
.aeb-btn-primary-orange:hover{background:var(--aeb-orange2);transform:translateY(-1px);color:#fff!important}

/* PROCESS */
.aeb-process{background:var(--aeb-offwhite);padding:100px 5vw}
.aeb-process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:56px;position:relative}
.aeb-process-steps::before{content:'';position:absolute;top:36px;left:calc(12.5% + 18px);right:calc(12.5% + 18px);height:1.5px;background:linear-gradient(90deg,var(--aeb-orange),var(--aeb-orange2));z-index:0}
.aeb-step{background:#fff;border:1px solid var(--aeb-border);border-radius:var(--aeb-radius);padding:28px 22px;position:relative;z-index:1;text-align:center}
.aeb-step-num{width:52px;height:52px;border-radius:50%;background:var(--aeb-orange);color:#fff;font-family:'Fraunces',serif;font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;border:3px solid #fff;box-shadow:0 0 0 1.5px var(--aeb-orange)}
.aeb-step h4{font-family:'Fraunces',serif!important;font-size:1rem!important;font-weight:700!important;color:var(--aeb-navy)!important;margin:0 0 8px!important}
.aeb-step p{font-size:.82rem!important;color:var(--aeb-muted)!important;line-height:1.7!important;margin:0!important}

/* CLIENTS */
.aeb-clients{background:#fff;padding:100px 5vw}
.aeb-clients-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:72px;align-items:start;margin-top:56px}
.aeb-clients-list{display:flex;flex-direction:column;gap:14px}
.aeb-client-row{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1px solid var(--aeb-border);border-radius:var(--aeb-radius2);background:var(--aeb-offwhite);transition:border-color .2s,background .2s}
.aeb-client-row:hover{border-color:var(--aeb-orange);background:var(--aeb-orange3)}
.aeb-client-icon{width:44px;height:44px;border-radius:10px;background:var(--aeb-navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Fraunces',serif;font-size:14px;font-weight:900;color:#fff}
.aeb-client-info h4{font-size:.9rem!important;font-weight:700!important;color:var(--aeb-navy)!important;margin:0 0 2px!important}
.aeb-client-info p{font-size:.8rem!important;color:var(--aeb-muted)!important;margin:0!important}
.aeb-studios-box{background:var(--aeb-navy);border-radius:var(--aeb-radius);padding:36px;color:#fff}
.aeb-studios-box h4{font-family:'Fraunces',serif!important;font-size:1.3rem!important;font-weight:900!important;color:#fff!important;margin:0 0 6px!important}
.aeb-studios-box p{font-size:.85rem!important;color:rgba(255,255,255,.5)!important;margin:0 0 28px!important;line-height:1.7!important}
.aeb-studio-item{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07);gap:16px}
.aeb-studio-item:last-child{border-bottom:0}
.aeb-studio-name{font-size:.9rem;font-weight:600;color:rgba(255,255,255,.8)}
.aeb-studio-badge{font-size:11px;font-weight:700;color:var(--aeb-orange2);background:rgba(232,97,10,.15);border:1px solid rgba(232,97,10,.25);padding:3px 10px;border-radius:100px;white-space:nowrap}

/* TESTIMONIALS */
.aeb-testimonials{background:var(--aeb-offwhite);padding:100px 5vw}
.aeb-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}
.aeb-testi-card{background:#fff;border:1px solid var(--aeb-border);border-radius:var(--aeb-radius);padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s}
.aeb-testi-card:hover{box-shadow:0 12px 40px rgba(15,31,69,.07)}
.aeb-testi-stars{color:var(--aeb-orange);font-size:15px;letter-spacing:3px;margin-bottom:14px}
.aeb-testi-text{font-size:.9rem!important;color:var(--aeb-body)!important;line-height:1.75!important;font-style:italic;flex:1;margin:0!important}
.aeb-testi-author{display:flex;align-items:center;gap:12px;margin-top:auto}
.aeb-testi-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--aeb-navy3);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}
.aeb-testi-avatar img{width:100%;height:100%;object-fit:cover}
.aeb-testi-name{font-size:.85rem;font-weight:700;color:var(--aeb-navy)}
.aeb-testi-org{font-size:.78rem;color:var(--aeb-muted)}
.aeb-testi-featured{grid-column:span 2;flex-direction:row;background:var(--aeb-navy);border-color:transparent}
.aeb-testi-featured .aeb-testi-text{font-size:1.05rem!important;color:rgba(255,255,255,.8)!important}
.aeb-testi-featured .aeb-testi-name{color:#fff}
.aeb-testi-featured .aeb-testi-org{color:rgba(255,255,255,.45)}
.aeb-testi-featured .aeb-testi-stars{color:var(--aeb-orange2)}

/* CTA */
.aeb-cta-section{background:linear-gradient(135deg,var(--aeb-navy) 0%,var(--aeb-navy2) 60%,#1f3d8a 100%);padding:100px 5vw;text-align:center;position:relative;overflow:hidden}
.aeb-cta-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(232,97,10,.15) 0%,transparent 65%);pointer-events:none}
.aeb-cta-section>*{position:relative;z-index:1}
.aeb-cta-section .aeb-eyebrow{color:var(--aeb-orange2)!important;text-align:center!important}
.aeb-cta-section h2{font-family:'Fraunces',serif!important;font-size:clamp(2.2rem,4vw,3.2rem)!important;font-weight:900!important;color:#fff!important;line-height:1.15!important;letter-spacing:-.02em!important;margin:0 0 18px!important}
.aeb-cta-section h2 em{font-style:italic;color:var(--aeb-orange2)}
.aeb-cta-section p:not(.aeb-eyebrow){font-size:1rem!important;color:rgba(255,255,255,.6)!important;max-width:500px;margin:0 auto 36px!important;line-height:1.75!important}
.aeb-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.aeb-btn-cta-white{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--aeb-navy)!important;padding:15px 32px;border-radius:10px;font-family:'Fraunces',serif;font-size:15px;font-weight:700;transition:background .2s,transform .15s}
.aeb-btn-cta-white:hover{background:var(--aeb-orange3);transform:translateY(-2px);color:var(--aeb-navy)!important}
.aeb-btn-cta-ghost{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.8)!important;padding:15px 28px;border-radius:10px;border:1px solid rgba(255,255,255,.25);font-size:14px;font-weight:600;transition:border-color .2s}
.aeb-btn-cta-ghost:hover{border-color:rgba(255,255,255,.6);color:#fff!important}

/* FOOTER */
.aeb-footer{background:var(--aeb-navy);padding:64px 5vw 32px;color:rgba(255,255,255,.55)}
.aeb-footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:48px;max-width:1160px;margin:0 auto 48px}
.aeb-footer-brand img{height:42px;margin-bottom:16px;width:auto}
.aeb-footer-brand strong{display:block;color:#fff;font-family:'Fraunces',serif;font-size:1.3rem;margin-bottom:16px}
.aeb-footer-brand p{font-size:13px!important;line-height:1.8!important;color:rgba(255,255,255,.4)!important;max-width:270px;margin:0!important}
.aeb-footer-col h5{font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:rgba(255,255,255,.7)!important;margin:0 0 16px!important}
.aeb-footer-col ul{list-style:none!important;display:flex;flex-direction:column;gap:9px;margin:0!important;padding:0!important}
.aeb-footer-col li{margin:0!important;padding:0!important}
.aeb-footer-col a{font-size:13px;color:rgba(255,255,255,.4)!important;transition:color .2s}
.aeb-footer-col a:hover{color:var(--aeb-orange2)!important}
.aeb-footer-bottom{max-width:1160px;margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,.25);flex-wrap:wrap;gap:12px}

@media(max-width:980px){
  .aeb-hero{grid-template-columns:1fr}
  .aeb-hero-right{display:none}
  .aeb-services-grid{grid-template-columns:1fr 1fr}
  .aeb-svc-card.aeb-featured{grid-column:span 2;flex-direction:column}
  .aeb-svc-card.aeb-featured .aeb-svc-img{width:100%;height:220px}
  .aeb-ia-layout,.aeb-clients-layout{grid-template-columns:1fr;gap:48px}
  .aeb-testi-grid{grid-template-columns:1fr 1fr}
  .aeb-testi-featured{grid-column:span 2}
  .aeb-results-grid{grid-template-columns:1fr}
  .aeb-portfolio-grid{grid-template-columns:1fr 1fr}
  .aeb-port-card.aeb-large,.aeb-port-card.aeb-tall{grid-column:unset;grid-row:unset;aspect-ratio:4/3}
  .aeb-footer-grid{grid-template-columns:1fr 1fr}
  .aeb-process-steps{grid-template-columns:1fr 1fr}
  .aeb-process-steps::before{display:none}
}
@media(max-width:782px){body.admin-bar .aeb-nav-sticky{top:46px}}
@media(max-width:640px){
  .aeb-nav{height:auto;min-height:70px;padding:14px 5vw;gap:14px;flex-wrap:wrap}
  .aeb-nav-menu{display:none!important}
  .aeb-nav-logo img{height:34px}
  .aeb-services,.aeb-results,.aeb-portfolio,.aeb-ia,.aeb-process,.aeb-clients,.aeb-testimonials,.aeb-cta-section{padding:72px 5vw}
  .aeb-hero-left{padding:60px 5vw}
  .aeb-services-grid,.aeb-testi-grid,.aeb-portfolio-grid{grid-template-columns:1fr}
  .aeb-testi-featured{grid-column:unset;flex-direction:column}
  .aeb-footer-grid{grid-template-columns:1fr}
  .aeb-process-steps{grid-template-columns:1fr 1fr}
  .aeb-logos-inner{align-items:flex-start;flex-direction:column;gap:14px}
  .aeb-logos-label{margin-right:0}
  .aeb-logos-track{width:100%;overflow:auto;mask-image:none;padding-bottom:4px}
}
@media(max-width:420px){.aeb-process-steps{grid-template-columns:1fr}.aeb-hero h1{font-size:2.35rem!important}.aeb-result-num{font-size:2.8rem}}
