
:root{
  --brand-navy:#081b52;
  --brand-navy-2:#102a70;
  --brand-purple:#7431b5;
  --brand-violet:#8f43cf;
  --brand-lilac:#f5effb;
  --brand-ink:#17203a;
  --brand-muted:#687086;
  --brand-line:#ece8f2;
  --brand-white:#fff;
  --brand-shadow:0 14px 36px rgba(15,24,64,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',sans-serif;color:var(--brand-ink);background:#fff;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{text-decoration:none}
.container,.header-container{width:min(1380px,calc(100% - 56px));margin-inline:auto}

/* ========== REUSABLE HEADER ========== */
.site-header{position:sticky!important;top:0!important;z-index:9999!important;background:#fff!important;border:0!important;box-shadow:0 2px 15px rgba(8,27,82,.07)!important;transition:transform .28s ease!important}
.shared-topbar{height:36px;max-height:36px;overflow:hidden;background:linear-gradient(90deg,var(--brand-navy) 0%,var(--brand-purple) 55%,#9a46c9 100%);color:#fff;transition:max-height .28s ease,opacity .22s ease,transform .28s ease}
body.shared-scroll-down .shared-topbar{max-height:0;height:0;opacity:0;transform:translateY(-100%)}
.shared-topbar-inner{height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;font-weight:600}
.shared-topbar-left,.shared-topbar-right{display:flex;align-items:center;gap:14px;min-width:0}
.shared-topbar-item{display:inline-flex;align-items:center;gap:7px;color:#fff;white-space:nowrap}
.shared-topbar-item svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9;flex:none}
/* =========================================
   TOP HEADER CLICKABLE LOCATIONS
========================================= */

.shared-location-link {
    color: #ffffff;
    text-decoration: none;
    font: inherit;
    transition: opacity 0.2s ease;
}

.shared-location-link:hover {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: underline;
}

.shared-location-separator {
    color: #ffffff;
    margin: 0 2px;
}

.shared-topbar-locations > span {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.shared-topbar-divider{display:block;width:1px;height:15px;background:rgba(255,255,255,.35)}
.shared-topbar-profession{letter-spacing:.02em;white-space:nowrap}

.shared-mainbar{background:#fff;border-bottom:1px solid #f0edf4}
.shared-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.shared-brand{display:flex;align-items:center;flex:none}
.shared-brand-logo{width:205px;height:58px;object-fit:contain;object-position:left center}
.shared-nav-wrap{display:flex;align-items:center;gap:25px;margin-left:auto}
.shared-main-nav{display:flex;align-items:center;gap:29px}
.shared-main-nav a{position:relative;color:#1b2441;font-family:'Manrope',sans-serif;font-size:16px;font-weight:700;padding:28px 0;white-space:nowrap;transition:color .2s ease}
.shared-main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--brand-purple);transition:right .22s ease}
.shared-main-nav a:hover,.shared-main-nav a.active{color:var(--brand-purple)}
.shared-main-nav a:hover::after,.shared-main-nav a.active::after{right:0}
.shared-call-separator{width:1px;height:38px;background:#e5e1ea}
.shared-call-btn{min-height:42px;padding:0 19px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,var(--brand-purple),var(--brand-navy-2));color:#fff;font-size:13px;font-weight:800;box-shadow:0 8px 22px rgba(116,49,181,.18)}
.shared-call-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
.shared-menu-toggle,.shared-menu-close,.shared-mobile-menu-head,.shared-mobile-menu-contact,.shared-menu-overlay{display:none}

/* ========== BREADCRUMB ========== */
.shared-breadcrumb-hero{background:linear-gradient(115deg,var(--brand-navy) 0%,#443071 52%,var(--brand-purple) 100%);color:#fff;padding:55px 0 58px;text-align:center}
.shared-breadcrumb-inner{display:flex;flex-direction:column;align-items:center}
.shared-breadcrumb{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:700;margin-bottom:14px}
.shared-breadcrumb a{color:#fff}
.shared-breadcrumb-current{color:#eee1ff}
.shared-breadcrumb-separator{opacity:.7;font-size:20px;line-height:1}
.shared-breadcrumb-hero h1{margin:0;color:#fff;font-family:'Manrope',sans-serif;font-size:clamp(34px,4vw,52px);line-height:1.1;font-weight:800}
.shared-breadcrumb-hero p{margin:15px auto 0;max-width:820px;color:rgba(255,255,255,.9);font-size:17px;line-height:1.65}

/* ========== FOOTER ========== */
.site-footer{display:block!important;background:var(--brand-navy)!important;color:#fff!important;padding:56px 0 0!important;margin:0!important;position:relative!important;z-index:2!important}
.shared-footer-grid{display:grid;grid-template-columns:1.35fr .75fr 1fr;gap:76px;padding-bottom:42px}
.shared-footer-logo{width:270px;max-width:100%;height:88px;object-fit:contain;object-position:left center;background:#fff;border-radius:13px;padding:7px 13px;margin-bottom:18px}
.shared-footer-about p{margin:0 0 19px;max-width:510px;color:#dbe3fb;font-size:15.5px;line-height:1.75}
.shared-footer-title{margin:0 0 18px!important;color:#fff!important;font-family:'Manrope',sans-serif!important;font-size:20px!important;font-weight:800!important}
.shared-footer-links{display:grid;gap:10px}.shared-footer-links a{color:#eef3ff;font-size:15px}.shared-footer-links a:hover{color:#cba9ef}
.shared-footer-contact-list{display:grid;gap:13px}.shared-footer-contact-item{display:flex;align-items:flex-start;gap:10px;color:#eef3ff!important;font-size:15px;line-height:1.55}
.shared-footer-contact-item svg{width:18px;height:18px;flex:none;margin-top:2px;fill:none;stroke:#cba9ef;stroke-width:1.8}
.shared-footer-social{display:flex;gap:10px}.shared-footer-social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.09);color:#fff;transition:transform .2s ease,background .2s ease}.shared-footer-social a:hover{transform:translateY(-2px);background:var(--brand-purple)}
.shared-footer-social svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.shared-footer-social a:first-child svg{fill:#fff;stroke:#fff}.shared-footer-social a:last-child svg{fill:#fff;stroke:none}
.shared-footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:20px 0 22px;text-align:center;color:#dfe7ff;font-size:14px}

/* ========== SINGLE FLOATING WHATSAPP ========== */
.floating-whatsapp{position:fixed!important;right:25px!important;bottom:25px!important;width:56px!important;height:56px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#20c969!important;color:#fff!important;box-shadow:0 12px 30px rgba(32,201,105,.3)!important;z-index:9998!important;border:3px solid #fff!important;transition:transform .2s ease!important}
.floating-whatsapp:hover{transform:translateY(-3px) scale(1.03)!important}
.floating-whatsapp svg{width:29px!important;height:29px!important;fill:#fff!important;stroke:#fff!important;stroke-width:.3!important}

/* Remove legacy duplicate nav/header/whatsapp leftovers */
.site-header > .header-inner,.site-header > .container.header-inner,.site-header .main-nav,.site-header .menu-toggle,.site-header .header-cta,.site-header .brand{display:none!important}
body > .whatsapp-float,body > .whatsapp-btn,body > .floating-whatsapp-btn{display:none!important}

@media (max-width:1150px){
  .container,.header-container{width:min(100% - 36px,1120px)}
  .shared-brand-logo{width:178px;height:52px}
  .shared-main-nav{gap:20px}.shared-main-nav a{font-size:13px}.shared-nav-wrap{gap:18px}
  .shared-topbar-profession{max-width:260px;overflow:hidden;text-overflow:ellipsis}
}

@media (max-width:900px){

  .container,
  .header-container{
    width:min(100% - 30px,860px);
  }

  /* =========================================
     TABLET TOP HEADER
     LEFT = PHONE
     RIGHT = EMAIL
  ========================================= */

  .shared-topbar{
    height:38px;
    max-height:38px;
  }

  .shared-topbar-inner{
    height:38px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    font-size:12px;
    font-weight:600;
  }

  /* Hide profession */
  .shared-topbar-profession{
    display:none !important;
  }

  /* Hide dividers */
  .shared-topbar-divider{
    display:none !important;
  }

  .shared-topbar-left,
  .shared-topbar-right{
    display:flex;
    align-items:center;

    gap:0;

    min-width:0;
  }

  /* LEFT SIDE:
     keep only PHONE
  */
  .shared-topbar-left{
    justify-content:flex-start;
  }

  /* RIGHT SIDE:
     keep only EMAIL
  */
  .shared-topbar-right{
    justify-content:flex-end;
  }

  /* Hide location from right side */
  .shared-topbar-right > .shared-topbar-item:not(a){
    display:none !important;
  }

  .shared-topbar-item{
    display:inline-flex;
    align-items:center;

    gap:7px;

    color:#fff;

    font-size:12px;

    white-space:nowrap;
  }

  .shared-topbar-item svg{
    width:14px;
    height:14px;

    flex:none;

    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
  }


  /* =========================================
     MAIN HEADER
  ========================================= */

  .shared-header-inner{
    height:68px;
  }

  .shared-brand-logo{
    width:170px;
    height:50px;
  }

  .shared-menu-toggle{
    display:flex;

    width:42px;
    height:42px;

    border:0;

    background:var(--brand-lilac);

    border-radius:50%;

    align-items:center;
    justify-content:center;

    flex-direction:column;

    gap:4px;

    cursor:pointer;

    margin-left:auto;
  }

  .shared-menu-toggle span{
    width:18px;
    height:2px;

    background:var(--brand-purple);

    border-radius:10px;
  }

  .shared-menu-overlay{
    display:block;

    position:fixed;

    inset:0;

    background:rgba(9,18,48,.48);

    opacity:0;
    visibility:hidden;

    transition:.25s;

    z-index:9999;
  }

  .shared-menu-overlay.open{
    opacity:1;
    visibility:visible;
  }

  .shared-nav-wrap{
    position:fixed;

    top:0;
    right:0;

    width:min(86vw,360px);
    height:100dvh;

    background:#fff;

    z-index:10000;

    display:flex;
    flex-direction:column;

    align-items:stretch;

    gap:0;

    margin:0;

    transform:translateX(105%);

    transition:transform .28s ease;

    box-shadow:-14px 0 40px rgba(9,18,48,.15);

    overflow-y:auto;
  }

  .shared-nav-wrap.open{
    transform:translateX(0);
  }

  .shared-mobile-menu-head{
    display:flex;

    align-items:center;
    justify-content:space-between;

    min-height:94px;

    padding:15px 20px;

    border-bottom:1px solid #eeeaf3;
  }

  .shared-mobile-menu-head img{
    width:165px;
    height:58px;

    object-fit:contain;
    object-position:left center;
  }

  .shared-menu-close{
    display:grid;

    place-items:center;

    width:38px;
    height:38px;

    border:0;

    border-radius:50%;

    background:#fbf4ff;

    color:var(--brand-purple);

    font-size:27px;

    line-height:1;

    cursor:pointer;
  }

  .shared-main-nav{
    display:flex;

    flex-direction:column;

    align-items:stretch;

    gap:7px;

    padding:24px 14px 18px;
  }

  .shared-main-nav a{
    padding:13px 15px;

    border-radius:11px;

    font-size:14px;

    color:#202944;
  }

  .shared-main-nav a::after{
    display:none;
  }

  .shared-main-nav a.active{
    background:#f6effd;

    color:var(--brand-purple);
  }

  .shared-call-separator{
    display:none;
  }

  .shared-call-btn{
    margin:0 22px 18px;

    justify-content:center;

    min-height:47px;

    border-radius:13px;
  }

  .shared-mobile-menu-contact{
    display:grid;

    gap:12px;

    margin-top:auto;

    padding:20px 22px 26px;

    background:#fbf7ff;

    border-top:1px solid #eee8f4;
  }

  .shared-mobile-menu-contact a,
  .shared-mobile-menu-contact > span{
    display:flex;

    align-items:flex-start;

    gap:9px;

    color:#646b80;

    font-size:12px;

    line-height:1.45;

    word-break:break-word;
  }

  .shared-mobile-menu-contact svg{
    width:16px;
    height:16px;

    flex:none;

    fill:none;

    stroke:var(--brand-purple);

    stroke-width:1.8;
  }

  .shared-footer-grid{
    grid-template-columns:1fr 1fr;

    gap:38px;
  }

  .shared-footer-about{
    grid-column:1/-1;
  }
}

@media (max-width:620px){

  body{
    font-size:16px;
  }

  .container,
  .header-container{
    width:min(100% - 24px,560px);
  }


  /* =========================================
     MOBILE TOP HEADER
     LEFT = PHONE
     RIGHT = EMAIL
  ========================================= */

  .shared-topbar{
    height:38px;
    max-height:38px;
  }

  .shared-topbar-inner{
    height:38px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:12px;

    width:100%;
  }


  .shared-topbar-left,
  .shared-topbar-right{
    display:flex !important;

    align-items:center;

    min-width:0;

    gap:0;
  }


  .shared-topbar-left{
    justify-content:flex-start;
  }


  .shared-topbar-right{
    justify-content:flex-end;
  }


  /* profession hidden */
  .shared-topbar-profession{
    display:none !important;
  }


  /* divider hidden */
  .shared-topbar-divider{
    display:none !important;
  }


  /* hide location only */
  .shared-topbar-right > .shared-topbar-item:not(a){
    display:none !important;
  }


  /* phone */
  .shared-topbar-left .shared-topbar-item{
    font-size:11px;

    gap:5px;

    white-space:nowrap;
  }


  /* email */
  .shared-topbar-right .shared-topbar-item{
    font-size:11px;

    gap:5px;

    white-space:nowrap;
  }


  .shared-topbar-item svg{
    width:13px;
    height:13px;

    flex:none;
  }


  /* =========================================
     MAIN HEADER
  ========================================= */

  .shared-header-inner{
    height:64px;
  }


  .shared-brand-logo{
    width:158px;
    height:48px;
  }


  .shared-menu-toggle{
    width:39px;
    height:39px;
  }


  /* =========================================
     BREADCRUMB
  ========================================= */

  .shared-breadcrumb-hero{
    padding:40px 0 43px;
  }


  .shared-breadcrumb{
    font-size:12px;

    margin-bottom:10px;
  }


  .shared-breadcrumb-hero h1{
    font-size:34px;
  }


  .shared-breadcrumb-hero p{
    font-size:14px;

    line-height:1.55;

    margin-top:12px;
  }


  /* =========================================
     FOOTER
  ========================================= */

  .site-footer{
    padding-top:42px !important;
  }


  .shared-footer-grid{
    grid-template-columns:1fr;

    gap:32px;

    padding-bottom:30px;
  }


  .shared-footer-about{
    grid-column:auto;
  }


  .shared-footer-logo{
    width:235px;
    height:78px;
  }


  .shared-footer-about p{
    font-size:14px;
  }


  .shared-footer-title{
    font-size:18px !important;
  }


  .shared-footer-links a,
  .shared-footer-contact-item{
    font-size:14px;
  }


  /* =========================================
     WHATSAPP
  ========================================= */

  .floating-whatsapp{
    width:52px !important;
    height:52px !important;

    right:17px !important;
    bottom:18px !important;
  }


  .floating-whatsapp svg{
    width:26px !important;
    height:26px !important;
  }
}


@media (max-width:420px){

  .shared-topbar-inner{
    gap:8px;
  }

  .shared-topbar-left .shared-topbar-item,
  .shared-topbar-right .shared-topbar-item{
    font-size:10px;
    gap:4px;
  }

  .shared-topbar-item svg{
    width:12px;
    height:12px;
  }

}
