.elementor-1463 .elementor-element.elementor-element-fad8d04{--display:flex;}body.elementor-page-1463:not(.elementor-motion-effects-element-type-background), body.elementor-page-1463 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a23f327 *//* GAFT Consulting - Styles (Elementor) */
:root{
  --bg:#0b1220;--bg-2:#0f1a33;--card:rgba(255,255,255,.06);
  --card-2:rgba(255,255,255,.09);--text:#eaf0ff;--muted:rgba(234,240,255,.75);
  --line:rgba(255,255,255,.12);--brand:#4de0b5;--brand-2:#3aa9ff;
  --shadow:0 16px 40px rgba(0,0,0,.35);--radius:18px;--radius-sm:12px;--container:1180px;
  --font:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans","Helvetica Neue",sans-serif;
}

.gaft-site{font-family:var(--font);color:var(--text);}
.gaft-site *{box-sizing:border-box;}
.gaft-site a{color:inherit;text-decoration:none;}
.gaft-site a:hover{text-decoration:underline;}
.gaft-site .container{width:min(var(--container),calc(100% - 40px));margin:0 auto;}
.gaft-site .muted{color:var(--muted);}
.gaft-site .small{font-size:.92rem;}
.gaft-site .note{margin-top:14px;color:var(--muted);font-size:.92rem;}

.gaft-site .topbar{background:rgba(0,0,0,.25);border-bottom:1px solid var(--line);}
.gaft-site .topbar__inner{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:10px 0;flex-wrap:wrap;}
.gaft-site .topbar__item{display:flex;gap:10px;align-items:center;font-size:.92rem;}
.gaft-site .dot{width:8px;height:8px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 3px rgba(77,224,181,.18);}

.gaft-site .header{position:sticky;top:0;z-index:50;backdrop-filter:blur(10px);background:rgba(10,16,30,.60);border-bottom:1px solid var(--line);}
.gaft-site .header__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px;}
.gaft-site .brand{display:flex;align-items:center;gap:12px;}
.gaft-site .brand__logo{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,rgba(77,224,181,.9),rgba(58,169,255,.85));display:grid;place-items:center;box-shadow:var(--shadow);color:#081021;font-weight:800;letter-spacing:.5px;}
.gaft-site .brand__name{font-weight:750;line-height:1.1;}
.gaft-site .brand__tag{font-size:.88rem;color:var(--muted);margin-top:2px;}

.gaft-site .nav{display:flex;gap:18px;align-items:center;}
.gaft-site .nav a{opacity:.92;font-weight:600;font-size:.98rem;}
.gaft-site .nav a:hover{opacity:1;}
.gaft-site .nav__toggle{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.05);cursor:pointer;}
.gaft-site .nav__toggle span{display:block;height:2px;background:var(--text);margin:6px 10px;border-radius:2px;}

.gaft-site .btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:linear-gradient(135deg,rgba(77,224,181,.95),rgba(58,169,255,.95));color:#061024;font-weight:800;border:none;box-shadow:0 12px 28px rgba(0,0,0,.25);}
.gaft-site .btn:hover{text-decoration:none;filter:brightness(1.02);}
.gaft-site .btn--ghost{background:transparent;border:1px solid var(--line);color:var(--text);box-shadow:none;}
.gaft-site .btn--sm{padding:10px 14px;font-size:.95rem;}
.gaft-site .btn--full{width:100%;}

.gaft-site .section{padding:70px 0;}
.gaft-site .section--alt{background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 70%);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);}
.gaft-site .section__head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:26px;flex-wrap:wrap;}
.gaft-site .section__head h2{margin:0;font-size:clamp(1.6rem,2vw,2.2rem);letter-spacing:.2px;}
.gaft-site .section__head p{margin:0;max-width:70ch;}
.gaft-site .section__foot{margin-top:22px;}

.gaft-site .hero{position:relative;padding:70px 0 55px;overflow:hidden;}
.gaft-site .hero__inner{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:start;}
.gaft-site .hero__content h1{margin:0 0 14px;font-size:clamp(2rem,2.8vw,3rem);line-height:1.1;}
.gaft-site .hero__content p{margin:0 0 18px;color:var(--muted);max-width:70ch;}
.gaft-site .hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px;}
.gaft-site .hero__chips{display:flex;gap:10px;flex-wrap:wrap;}
.gaft-site .chip{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--muted);font-weight:700;font-size:.92rem;}
.gaft-site .hero__bg{position:absolute;inset:-40% -20%;background:radial-gradient(700px 400px at 35% 30%,rgba(77,224,181,.14),transparent 55%),radial-gradient(700px 400px at 75% 50%,rgba(58,169,255,.12),transparent 55%);pointer-events:none;}

.gaft-site .grid{display:grid;gap:16px;}
.gaft-site .grid--2{grid-template-columns:repeat(2,1fr);}
.gaft-site .grid--3{grid-template-columns:repeat(3,1fr);}

.gaft-site .card{background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);}
.gaft-site .card--glass{background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));}
.gaft-site .card--profile{display:flex;gap:12px;align-items:center;}
.gaft-site .avatar{width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid var(--line);display:grid;place-items:center;font-weight:900;letter-spacing:.5px;}

.gaft-site .info{margin:14px 0 18px;}
.gaft-site .info__row{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:10px 0;border-bottom:1px dashed rgba(255,255,255,.10);}
.gaft-site .info__k{color:var(--muted);font-weight:700;}
.gaft-site .info__v{font-weight:650;}

.gaft-site .badges{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 20px;}
.gaft-site .badge{padding:8px 10px;border-radius:999px;background:rgba(77,224,181,.08);border:1px solid rgba(77,224,181,.22);color:rgba(234,240,255,.92);font-weight:700;font-size:.92rem;}

.gaft-site .accordion{display:grid;gap:12px;}
.gaft-site .acc{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.04);}
.gaft-site .acc__btn{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 16px;background:transparent;border:none;color:var(--text);cursor:pointer;font-weight:850;font-size:1rem;text-align:left;}
.gaft-site .acc__icon{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.05);display:grid;place-items:center;font-weight:900;}
.gaft-site .acc__panel{display:none;padding:0 16px 16px;color:var(--muted);}
.gaft-site .acc__panel ul{margin:8px 0 0;padding-left:18px;}
.gaft-site .acc__panel li{margin:8px 0;}

.gaft-site .social{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.gaft-site .social a{padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.04);font-weight:800;}

.gaft-site .form label{display:block;margin-bottom:12px;}
.gaft-site .form span{display:block;margin-bottom:6px;color:var(--muted);font-weight:800;}
.gaft-site input,.gaft-site textarea{width:100%;padding:12px 12px;border-radius:14px;border:1px solid var(--line);background:rgba(0,0,0,.18);color:var(--text);outline:none;}
.gaft-site input:focus,.gaft-site textarea:focus{border-color:rgba(77,224,181,.6);box-shadow:0 0 0 4px rgba(77,224,181,.10);}

.gaft-site .footer{padding:26px 0;border-top:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.18);}
.gaft-site .footer__inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.gaft-site .footer__brand{font-weight:950;letter-spacing:.6px;}
.gaft-site .footer__links{display:flex;gap:14px;flex-wrap:wrap;}
.gaft-site .footer__copy{opacity:.9;}

@media (max-width:980px){
  .gaft-site .hero__inner{grid-template-columns:1fr;}
  .gaft-site .grid--3{grid-template-columns:1fr;}
  .gaft-site .grid--2{grid-template-columns:1fr;}
  .gaft-site .info__row{grid-template-columns:1fr;}
  .gaft-site .nav__toggle{display:block;}
  .gaft-site .nav{position:absolute;right:20px;top:70px;display:none;flex-direction:column;gap:10px;padding:12px;border-radius:16px;background:rgba(10,16,30,.94);border:1px solid var(--line);width:min(260px,calc(100% - 40px));}
  .gaft-site .nav a{width:100%;padding:10px 10px;border-radius:12px;}
  .gaft-site .nav a:hover{background:rgba(255,255,255,.06);text-decoration:none;}
}/* End custom CSS */