:root{--az-bg:#43385D;--az-bg2:#351B4A;--az-purple:#341193;--az-blue:#AC74AF;--az-white:#F5F7FF;--az-text:#B8C1D9;--az-border:rgba(255,255,255,.09)}*{box-sizing:border-box}body{margin:0;background:var(--az-bg);color:var(--az-text);font-family:Ubuntu,system-ui,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}.az-shell{width:min(var(--az-shell-width,1180px),calc(100% - 40px));margin-inline:auto}.az-header{position:sticky;top:0;z-index:50;background:rgba(5,8,22,.52);border-bottom:1px solid var(--az-border);}.az-nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.az-logo{font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif;font-weight:800;color:var(--az-white);font-size:24px}.az-logo span{color:var(--az-blue)}.az-menu ul{display:flex;gap:24px;list-style:none;margin:0;padding:0}.az-menu a{font-weight:700;color:var(--az-white)}.az-menu a:hover{color:var(--az-blue);text-shadow:0 0 18px rgba(172,116,175,.7)}.az-menu-toggle{display:none;background:none;border:0;color:#fff;font-size:26px}.az-hero{position:relative;min-height:calc(100vh - 76px);display:grid;align-items:center;overflow:hidden}.az-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.az-kicker,
.az-section-head p{color:var(--az-blue);font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:12px}.az-slide{display:none}.az-slide.active{display:block;animation:fade .55s ease}.az-slide h1,
.az-page h1{font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif;font-size:clamp(44px,7vw,92px);line-height:.95;margin:12px 0 22px;color:var(--az-white);letter-spacing:-.05em}.az-slide p{font-size:19px;line-height:1.8;max-width:650px}.az-dots{display:flex;gap:10px;margin-top:28px}.az-dots button{width:42px;height:6px;border:0;border-radius:20px;background:rgba(255,255,255,.22);cursor:pointer}.az-dots button.active{background:linear-gradient(90deg,var(--az-purple),var(--az-blue))}.az-section{padding:82px 0}.az-section-head{text-align:center;margin-bottom:36px}.az-section-head h2{font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif;font-size:clamp(34px,5vw,58px);line-height:1;margin:8px 0;color:var(--az-white)}.az-cards,
.az-blog-grid,
.az-events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.az-card,
.az-event-card,
.az-page{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border-radius:28px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.28);}.az-card img{width:100%;height:260px;object-fit:contain;margin-bottom:18px}.az-card h3,
.az-post-card h3,
.az-event-card h3{color:var(--az-white);font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif;font-size:26px;margin:0 0 10px}.az-card p,
.az-post-card p,
.az-event-card p,
.az-content{line-height:1.8}.az-thumb img,
.az-event-card img{width:100%;height:220px;object-fit:cover;border-radius:20px;margin-bottom:16px}.az-post-card span{color:var(--az-blue);font-size:13px;font-weight:700}.az-page{margin-top:54px;margin-bottom:54px;padding:42px}.az-page h1{font-size:clamp(36px,5vw,70px)}.az-content p,
.az-content li{font-size:17px}.az-content img{max-width:100%;height:auto;border-radius:20px}.az-footer{border-top:1px solid var(--az-border);padding:40px 0;background:rgba(2,4,13,.8)}.az-footer strong{color:var(--az-white);font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif;font-size:24px}
@keyframes fade{from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:none}
}
@media(max-width:900px){.az-menu-toggle{display:block}.az-menu{display:none;position:absolute;top:76px;left:0;right:0;background:#43385D;border-bottom:1px solid var(--az-border);padding:20px}.az-menu.open{display:block}.az-menu ul{display:grid}.az-hero-inner,
.az-cards,
.az-blog-grid,
.az-events-grid{grid-template-columns:1fr}.az-card img{height:220px}.az-nav-wrap{height:68px}.az-hero{min-height:auto;padding:80px 0}.az-page{padding:24px}
}/* Home Events */
.az-event-thumb{display:block;margin-bottom:16px}.az-event-thumb img{margin-bottom:0}.az-empty-events{grid-column:1/-1;text-align:center;color:var(--az-text);background:rgba(255,255,255,.045);border:1px solid var(--az-border);border-radius:22px;padding:24px}.az-header{position:sticky;top:0;z-index:9999;}.az-nav-wrap{position:relative;}.az-menu ul{align-items:center;}.az-menu li{position:relative;}.az-menu li ul,
.az-menu .sub-menu{
  position:absolute;
  left:0;
  top:100%;
  min-width:220px;
  display:none !important;
  flex-direction:column;
  gap:0;
  padding:10px;
  margin:0;
  list-style:none;
  background:rgba(5,8,22,.96);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  box-shadow:0 20px 60px rgba(0,0,0,.45),0 0 30px rgba(172,116,175,.10);
  
  z-index:10000;
}.az-menu li:hover > ul,
.az-menu li:focus-within > ul,
.az-menu li:hover > .sub-menu,
.az-menu li:focus-within > .sub-menu{display:flex !important;}.az-menu .sub-menu a,
.az-menu li ul a{display:block;padding:12px 14px;border-radius:12px;white-space:nowrap;color:var(--az-white);}.az-menu .sub-menu a:hover,
.az-menu li ul a:hover{background:rgba(172,116,175,.10);color:var(--az-blue);}.az-menu li ul ul,
.az-menu .sub-menu .sub-menu{left:100%;top:0;}
@media(max-width:900px){.az-menu li ul,
.az-menu .sub-menu{position:static;display:none !important;min-width:0;padding:6px 0 6px 14px;background:transparent;border:0;box-shadow:none;}.az-menu li:hover > ul,
.az-menu li:focus-within > ul,
.az-menu li:hover > .sub-menu,
.az-menu li:focus-within > .sub-menu{display:grid !important;}.az-menu .sub-menu a,
.az-menu li ul a{padding:10px 12px;white-space:normal;}
}.az-social-icons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.az-social-icons a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:var(--az-white);transition:.25s ease;box-shadow:0 0 0 rgba(172,116,175,0)}.az-social-icons a:hover{transform:translateY(-2px);border-color:rgba(172,116,175,.35);color:var(--az-blue);box-shadow:0 0 24px rgba(172,116,175,.22);background:rgba(172,116,175,.08)}.az-social-icons svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.az-social-header{margin-left:4px;flex-shrink:0}.az-footer .az-social-icons{margin-top:18px}
@media(max-width:900px){.az-social-header{display:none}.az-footer .az-social-icons{justify-content:flex-start}}/* Layout controls */
body.az-layout-fullwide .az-shell{
  width:calc(100% - 40px) !important;
  max-width:none !important;
}body.az-layout-custom .az-shell{
  width:min(var(--az-shell-width,1180px),calc(100% - 40px)) !important;
}body.az-layout-boxed .az-shell{
  width:min(var(--az-shell-width,1180px),calc(100% - 40px)) !important;
}body.az-hide-archive-titles.archive .az-section-head,
body.az-hide-archive-titles.category .az-section-head,
body.az-hide-archive-titles.tag .az-section-head,
body.az-hide-archive-titles.author .az-section-head,
body.az-hide-archive-titles.date .az-section-head,
body.az-hide-archive-titles.search .az-section-head{display:none !important;}.home .az-section-head,
.front-page .az-section-head,
.page-template-front-page .az-section-head{display:block !important;}body.az-hide-page-titles .az-page-title,
body.az-hide-page-titles .az-page h1,
body.az-hide-page-titles .entry-title{display:none !important;}body.az-hide-blog-excerpts .az-post-card p{display:none !important;}body.az-no-select,
body.az-no-select .az-content,
body.az-no-select article,
body.az-no-select .az-post-card,
body.az-no-select .az-page{
  -webkit-user-select:none !important;
  -moz-user-select:none !important;
  -ms-user-select:none !important;
  user-select:none !important;
}body.az-no-callout,
body.az-no-callout img,
body.az-no-callout a{
  -webkit-touch-callout:none !important;
}body.az-content-protected img{
  -webkit-user-drag:none;
  user-drag:none;
}.az-astro-slider{background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image .55s ease;}.az-slider-edge-fade::before{display:none!important;content:none!important;background:none!important;}.az-slider-surface-clean .az-hero-copy{background:rgba(5,8,22,.38);border:1px solid rgba(255,255,255,.10);border-radius:34px;padding:34px;box-shadow:0 0 55px rgba(172,116,175,.10), inset 0 0 0 1px rgba(255,255,255,.03);}
@media(max-width:900px){.az-mobile-fullscreen.az-hero{min-height:calc(100vh - 68px)!important;}.az-mobile-compact-title .az-slide h1{font-size:clamp(38px,12vw,58px);line-height:1;}.az-slider-surface-clean .az-hero-copy{padding:24px;border-radius:26px;}
}.az-card > img{
  display:block;
  width:min(300px,78%);
  height:300px;
  object-fit:contain;
  margin:0 auto 34px auto;
}
@media(max-width:900px){.az-card > img{height:230px;width:min(240px,72%);margin-bottom:24px;}
}.az-logo-img{display:block;max-height:46px;width:auto;object-fit:contain;}.az-logo-mobile{display:none;}.az-footer-logo{display:block;max-height:58px;width:auto;object-fit:contain;margin-bottom:10px;}.az-thumb img{display:block;}
@media(max-width:700px){.az-logo-mobile{display:block}.az-logo-desktop:has(+ .az-logo-mobile){display:none}}
.az-home-custom-section .az-custom-box{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(135deg,rgba(52,17,147,.14),rgba(172,116,175,.08)),rgba(11,16,35,.86);
  box-shadow:0 30px 80px rgba(0,0,0,.28),0 0 40px rgba(172,116,175,.08);
}
.az-home-custom-section h2{margin:0 0 12px;color:var(--az-white);font-size:clamp(30px,4vw,54px);}
.az-home-custom-section p{color:var(--az-text);max-width:780px;line-height:1.8;}.az-home-custom-section .az-custom-box{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:42px;}.az-custom-image{width:100%;max-height:360px;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px rgba(0,0,0,.28);}
.az-home-custom-section .az-custom-box:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 20% 15%,rgba(52,17,147,.22),transparent 35%),radial-gradient(circle at 80% 80%,rgba(172,116,175,.16),transparent 30%);pointer-events:none;}
.az-home-custom-section .az-custom-box>*{position:relative;z-index:1;}
@media(max-width:900px){.az-home-custom-section .az-custom-box{grid-template-columns:1fr;padding:28px}}

@media(prefers-reduced-motion:reduce){*,
*::before,
*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;}
}.az-archive-hero{
    position:relative!important;
    overflow:hidden!important;
    margin:46px auto 34px!important;
    padding:42px!important;
    border-radius:34px!important;
    border:1px solid rgba(255,255,255,.11)!important;
    background:
        radial-gradient(circle at 8% 10%, rgba(52,17,147,.24), transparent 35%),
        radial-gradient(circle at 92% 10%, rgba(172,116,175,.17), transparent 33%),
        linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.025))!important;
    box-shadow:0 24px 90px rgba(0,0,0,.26)!important;
}.az-archive-hero:after{
    content:"";
    position:absolute;
    inset:auto 34px 0 auto;
    width:170px;
    height:170px;
    border-radius:999px;
    background:radial-gradient(circle, rgba(172,116,175,.24), transparent 68%);
    
    pointer-events:none;
}.az-archive-hero .az-kicker{
    margin:0 0 12px!important;
}.az-archive-hero h1{
    margin:0!important;
    color:#F5F7FF!important;
    font-size:clamp(38px,5vw,68px)!important;
    line-height:.98!important;
    letter-spacing:-.055em!important;
}.az-archive-hero p:not(.az-kicker){
    max-width:720px!important;
    margin:18px 0 0!important;
    color:#C7CEE7!important;
    font-size:18px!important;
    line-height:1.7!important;
}.az-archive-section .az-blog-grid{
    margin-top:28px!important;
}
@media(max-width:900px){.az-archive-hero{padding:28px 22px!important;border-radius:28px!important;}
}.archive .az-archive-hero,
.blog .az-archive-hero,
.category .az-archive-hero,
.tag .az-archive-hero,
.author .az-archive-hero,
.date .az-archive-hero,
.search .az-archive-hero{display:none!important;}.az-post-card .az-post-meta span:nth-child(n+2),
.az-blog-card .az-post-meta span:nth-child(n+2),
.az-category-badge,
.az-post-category,
.cat-links,
.post-categories,
a[rel=category],
a[rel=category tag]{display:none!important;}.page .az-bio-page{
    max-width:1180px!important;
    margin:54px auto 70px!important;
    padding:0 22px!important;
}.page .az-bio-intro{
    display:grid!important;
    grid-template-columns:minmax(240px,330px) minmax(0,1fr)!important;
    gap:42px!important;
    align-items:center!important;
    margin:0 0 34px!important;
    padding:34px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:30px!important;
    background:
        radial-gradient(circle at 18% 12%, rgba(52,17,147,.20), transparent 36%),
        radial-gradient(circle at 82% 18%, rgba(172,116,175,.16), transparent 38%),
        rgba(255,255,255,.045)!important;
    box-shadow:0 28px 80px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.06)!important;
    overflow:hidden!important;
}.page .az-bio-photo{
    margin:0!important;
    width:100%!important;
    max-width:330px!important;
}.page .az-bio-photo img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:3/4!important;
    object-fit:cover!important;
    border-radius:22px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 24px 54px rgba(0,0,0,.34)!important;
}.page .az-bio-heading{
    min-width:0!important;
    padding:4px 0!important;
}.page .az-bio-heading .az-eyebrow{
    display:inline-flex!important;
    margin:0 0 12px!important;
    color:#AC74AF!important;
    font-size:.78rem!important;
    font-weight:800!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}.page .az-bio-heading h1{
    margin:0 0 16px!important;
    color:#F5F7FF!important;
    font-size:clamp(2.25rem,5vw,4.6rem)!important;
    line-height:1.02!important;
    letter-spacing:-.045em!important;
    text-align:left!important;
    position:relative!important;
    z-index:2!important;
    clear:none!important;
}.page .az-bio-heading p{
    max-width:650px!important;
    margin:0 0 18px!important;
    color:#B8C1D9!important;
    font-size:1.08rem!important;
    line-height:1.8!important;
}.page .az-bio-link{
    display:inline-flex!important;
    align-items:center!important;
    min-height:42px!important;
    padding:0 18px!important;
    border-radius:999px!important;
    color:#F5F7FF!important;
    text-decoration:none!important;
    font-weight:700!important;
    border:1px solid rgba(172,116,175,.24)!important;
    background:rgba(172,116,175,.08)!important;
}.page .az-bio-link:hover{
    border-color:rgba(172,116,175,.48)!important;
    background:rgba(172,116,175,.14)!important;
}.page .az-bio-content{
    max-width:1040px!important;
    margin:0 auto!important;
    padding:42px 48px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:28px!important;
    background:rgba(255,255,255,.04)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.25)!important;
}.page .az-bio-content > *:first-child{
    margin-top:0!important;
}.page .az-bio-content p{
    color:#D8DEF3!important;
    font-size:1.03rem!important;
    line-height:1.95!important;
    margin:0 0 22px!important;
}.page .az-bio-content h2,
.page .az-bio-content h3{
    margin:42px 0 16px!important;
    color:#F5F7FF!important;
    font-size:clamp(1.35rem,2.4vw,2rem)!important;
    line-height:1.2!important;
    letter-spacing:-.02em!important;
}.page .az-bio-content h2:before,
.page .az-bio-content h3:before{
    content:""!important;
    display:block!important;
    width:54px!important;
    height:2px!important;
    margin:0 0 16px!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,#341193,#AC74AF)!important;
}.page .az-bio-content a{
    color:#7DE3FF!important;
    text-decoration:none!important;
    border-bottom:1px solid rgba(125,227,255,.34)!important;
}.page .az-bio-content a:hover{
    color:#F5F7FF!important;
    border-bottom-color:rgba(245,247,255,.7)!important;
}

@media (max-width: 860px){.page .az-bio-page{
        margin:28px auto 48px!important;
        padding:0 16px!important;
    }.page .az-bio-intro{
        grid-template-columns:1fr!important;
        gap:24px!important;
        padding:22px!important;
        border-radius:24px!important;
    }.page .az-bio-photo{
        max-width:260px!important;
        margin:0 auto!important;
    }.page .az-bio-heading{
        text-align:center!important;
    }.page .az-bio-heading h1{
        text-align:center!important;
        font-size:clamp(2rem,10vw,3.2rem)!important;
    }.page .az-bio-heading p{
        margin-left:auto!important;
        margin-right:auto!important;
    }.page .az-bio-content{
        padding:28px 22px!important;
        border-radius:22px!important;
    }
}.page .az-bio-profile-page,
.az-bio-profile-page{
    max-width:1180px!important;
    margin:42px auto 76px!important;
    padding:0 22px!important;
}.page .az-bio-profile-hero,
.az-bio-profile-hero{
    display:grid!important;
    grid-template-columns:minmax(240px,320px) minmax(0,1fr)!important;
    gap:44px!important;
    align-items:center!important;
    padding:34px!important;
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:30px!important;
    background:radial-gradient(circle at 15% 18%, rgba(52,17,147,.22), transparent 34%), radial-gradient(circle at 84% 18%, rgba(172,116,175,.16), transparent 38%), rgba(255,255,255,.035)!important;
    box-shadow:0 28px 90px rgba(0,0,0,.34)!important;
    overflow:hidden!important;
}.page .az-bio-profile-photo,
.page .az-bio-profile-photo figure,
.page .az-bio-profile-photo p,
.az-bio-profile-photo,
.az-bio-profile-photo figure,
.az-bio-profile-photo p{
    margin:0!important;
    padding:0!important;
}.page .az-bio-profile-photo img,
.az-bio-profile-photo img{
    display:block!important;
    width:100%!important;
    max-width:320px!important;
    height:auto!important;
    float:none!important;
    clear:none!important;
    margin:0!important;
    border-radius:22px!important;
    object-fit:cover!important;
    box-shadow:0 24px 70px rgba(0,0,0,.40)!important;
}.page .az-bio-profile-copy,
.az-bio-profile-copy{
    min-width:0!important;
    position:relative!important;
    z-index:2!important;
}.page .az-bio-kicker,
.az-bio-kicker{
    display:block!important;
    margin:0 0 12px!important;
    color:#AC74AF!important;
    font-size:.76rem!important;
    font-weight:800!important;
    letter-spacing:.18em!important;
    text-transform:uppercase!important;
}.page .az-bio-profile-copy h1,
.az-bio-profile-copy h1{
    margin:0 0 18px!important;
    color:#F5F7FF!important;
    font-size:clamp(2.35rem,5vw,4.7rem)!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
    text-transform:none!important;
    text-align:left!important;
}.page .az-bio-profile-copy p,
.az-bio-profile-copy p{
    max-width:660px!important;
    margin:0 0 22px!important;
    color:#D8DEF3!important;
    font-size:1.08rem!important;
    line-height:1.8!important;
}.page .az-bio-profile-content,
.az-bio-profile-content{
    max-width:1180px!important;
    width:100%!important;
    margin:34px auto 0!important;
    padding:52px 64px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:28px!important;
    background:rgba(255,255,255,.035)!important;
    box-shadow:0 24px 80px rgba(0,0,0,.26)!important;
    overflow:hidden!important;
}.page .az-bio-profile-content h1,
.az-bio-profile-content h1{display:none!important;}.page .az-bio-profile-content h2,
.page .az-bio-profile-content h3,
.az-bio-profile-content h2,
.az-bio-profile-content h3{
    margin:42px 0 16px!important;
    color:#F5F7FF!important;
    font-size:clamp(1.45rem,2.5vw,2.1rem)!important;
    line-height:1.18!important;
    letter-spacing:-.025em!important;
}.page .az-bio-profile-content h2:before,
.page .az-bio-profile-content h3:before,
.az-bio-profile-content h2:before,
.az-bio-profile-content h3:before{
    content:""!important;
    display:block!important;
    width:54px!important;
    height:2px!important;
    margin:0 0 16px!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,#341193,#AC74AF)!important;
}.page .az-bio-profile-content p,
.page .az-bio-profile-content li,
.az-bio-profile-content p,
.az-bio-profile-content li{
    color:#D8DEF3!important;
    font-size:1.04rem!important;
    line-height:1.95!important;
}.page .az-bio-profile-content p,
.az-bio-profile-content p{margin:0 0 22px!important;}.page .az-bio-profile-content a,
.az-bio-profile-content a{
    color:#7DE3FF!important;
    text-decoration:none!important;
    border-bottom:1px solid rgba(125,227,255,.38)!important;
}.page .az-bio-profile-content img,
.page .az-bio-profile-content figure,
.az-bio-profile-content img,
.az-bio-profile-content figure{
    float:none!important;
    clear:both!important;
    max-width:100%!important;
}
@media (max-width:860px){.page .az-bio-profile-page,
.az-bio-profile-page{margin:26px auto 54px!important;padding:0 16px!important;}.page .az-bio-profile-hero,
.az-bio-profile-hero{grid-template-columns:1fr!important;gap:24px!important;padding:22px!important;border-radius:24px!important;}.page .az-bio-profile-photo img,
.az-bio-profile-photo img{max-width:280px!important;margin:0 auto!important;}.page .az-bio-profile-copy,
.az-bio-profile-copy{text-align:center!important;}.page .az-bio-profile-copy h1,
.az-bio-profile-copy h1{text-align:center!important;font-size:clamp(2rem,10vw,3.15rem)!important;}.page .az-bio-profile-copy p,
.az-bio-profile-copy p{margin-left:auto!important;margin-right:auto!important;}.page .az-bio-profile-content,
.az-bio-profile-content{margin-top:22px!important;padding:28px 22px!important;border-radius:22px!important;}
}.az-consulting-page{
  --az-consult-max: 1240px;
  width:min(var(--az-consult-max),calc(100% - 56px))!important;
  margin:58px auto 78px!important;
}.az-consulting-intro{
  margin:0 0 34px!important;
  padding:46px 54px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(52,17,147,.24),transparent 34%),
    radial-gradient(circle at 88% 12%,rgba(172,116,175,.16),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
  box-shadow:0 26px 80px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08)!important;
  
}.az-consulting-kicker{
  display:block!important;
  color:#AC74AF!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  margin-bottom:12px!important;
}.az-consulting-intro h1{
  margin:0 0 14px!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(3rem,6vw,5.8rem)!important;
  line-height:.92!important;
  letter-spacing:-.06em!important;
}.az-consulting-intro p{
  max-width:760px!important;
  margin:0!important;
  color:#D6DDF3!important;
  font-size:clamp(1.05rem,1.8vw,1.25rem)!important;
  line-height:1.8!important;
}.az-consulting-services{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  margin:0 0 28px!important;
}.az-consulting-service-card{
  display:block!important;
  overflow:hidden!important;
  min-height:100%!important;
  color:inherit!important;
  text-decoration:none!important;
  border-radius:18px!important;
  background:#4D4266!important;
  box-shadow:none!important;
  
}.az-consulting-service-card:focus-visible{
  outline:2px solid #AC74AF!important;
  outline-offset:4px!important;
}.az-consulting-service-body{
  padding:22px 24px 26px!important;
}.az-consulting-service-body span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:42px!important;
  height:30px!important;
  margin:0 0 12px!important;
  border:1px solid rgba(172,116,175,.28)!important;
  border-radius:999px!important;
  background:rgba(172,116,175,.08)!important;
  color:#AC74AF!important;
  font-size:12px!important;
  font-weight:900!important;
}.az-consulting-service-body h2{
  margin:0 0 12px!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(1.55rem,2.1vw,2.05rem)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}.az-consulting-service-body p{
  min-height:104px!important;
  margin:0 0 18px!important;
  color:#B8C1D9!important;
  font-size:1rem!important;
  line-height:1.72!important;
}.az-consulting-trust a,
.az-consulting-question a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:12px 20px!important;
  border:1px solid rgba(172,116,175,.26)!important;
  border-radius:999px!important;
  background:rgba(172,116,175,.08)!important;
  color:#F5F7FF!important;
  font-weight:900!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}.az-consulting-trust a:hover,
.az-consulting-question a:hover{
  border-color:rgba(172,116,175,.48)!important;
  background:linear-gradient(135deg,rgba(52,17,147,.38),rgba(172,116,175,.22))!important;
  color:#fff!important;
}.az-consulting-trust,
.az-consulting-process,
.az-consulting-question{
  margin-top:24px!important;
  padding:34px 38px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:30px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.062),rgba(255,255,255,.024))!important;
  box-shadow:0 22px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.07)!important;
  
}.az-consulting-trust{
  display:grid!important;
  grid-template-columns:.9fr 1.25fr auto!important;
  gap:28px!important;
  align-items:center!important;
}.az-consulting-trust h2,
.az-consulting-process h2,
.az-consulting-question h2{
  margin:0!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(1.8rem,3vw,2.75rem)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}.az-consulting-trust p{
  margin:0!important;
  color:#C8D1EA!important;
  font-size:1.03rem!important;
  line-height:1.75!important;
}.az-consulting-process h2{text-align:center!important;margin-bottom:24px!important;}.az-consulting-steps{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}.az-consulting-steps div{
  padding:22px 16px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.04)!important;
  text-align:center!important;
}.az-consulting-steps strong{
  display:block!important;
  color:#AC74AF!important;
  font-size:13px!important;
  letter-spacing:.12em!important;
  margin-bottom:9px!important;
}.az-consulting-steps span{
  color:#F5F7FF!important;
  font-size:1.05rem!important;
  font-weight:900!important;
}.az-consulting-question{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}
@media(max-width:980px){.az-consulting-page{width:min(100% - 32px,720px)!important;margin-top:34px!important;}.az-consulting-intro{padding:34px 28px!important;border-radius:26px!important;}.az-consulting-services{grid-template-columns:1fr!important;}.az-consulting-service-body p{min-height:0!important;}.az-consulting-trust{grid-template-columns:1fr!important;gap:16px!important;}.az-consulting-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.az-consulting-question{display:grid!important;text-align:center!important;justify-items:center!important;}
}
@media(max-width:560px){.az-consulting-page{width:calc(100% - 24px)!important;}.az-consulting-intro,
.az-consulting-trust,
.az-consulting-process,
.az-consulting-question{padding:26px 20px!important;border-radius:22px!important;}.az-consulting-service-body{padding:18px 18px 22px!important;}.az-consulting-steps{grid-template-columns:1fr!important;}
}.az-consulting-service-media{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:260px!important;
  margin:24px 24px 0!important;
  padding:24px!important;
  border-radius:16px!important;
  background:#453A5C!important;
}.az-consulting-service-media img{
  display:block!important;
  width:min(78%,300px)!important;
  max-width:300px!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}.az-consulting-service-body{
  padding:12px 24px 28px!important;
}
@media (max-width:760px){.az-consulting-service-media{min-height:220px!important;margin:18px 18px 0!important;padding:20px!important;}.az-consulting-service-media img{width:min(74%,240px)!important;max-width:240px!important;}
}.az-consulting-service-body > span{display:none!important;}.az-consulting-process,
.az-consulting-steps{display:none!important;}.az-consulting-services{margin-bottom:24px!important;}.az-consulting-trust{margin-top:0!important;}.az-service-page{
  width:min(1240px,calc(100% - 56px))!important;
  margin:58px auto 84px!important;
}.az-service-hero{
  display:grid!important;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr)!important;
  gap:38px!important;
  align-items:center!important;
  padding:42px 48px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 16% 8%,rgba(52,17,147,.26),transparent 36%),
    radial-gradient(circle at 88% 20%,rgba(172,116,175,.16),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.076),rgba(255,255,255,.026))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important;
  
}.az-service-hero-visual{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:320px!important;
}.az-service-hero-visual img{
  display:block!important;
  width:min(82%,340px)!important;
  height:auto!important;
  filter:none!important;
}.az-service-kicker{
  display:block!important;
  margin:0 0 12px!important;
  color:#AC74AF!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}.az-service-hero-copy h1{
  margin:0 0 18px!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(3rem,6vw,5.7rem)!important;
  line-height:.92!important;
  letter-spacing:-.06em!important;
}.az-service-hero-copy p{
  max-width:760px!important;
  margin:0 0 26px!important;
  color:#D6DDF3!important;
  font-size:clamp(1.05rem,1.7vw,1.24rem)!important;
  line-height:1.82!important;
}.az-service-quote-card{
  margin:22px auto 24px!important;
  padding:18px 0!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  
  text-align:center!important;
}.az-service-quote-card blockquote{
  margin:0!important;
  padding:0!important;
  border:0!important;
}.az-service-quote-card p{
  max-width:860px!important;
  margin:0 auto 8px!important;
  color:#DCE4FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(.98rem,1.35vw,1.18rem)!important;
  line-height:1.7!important;
  letter-spacing:-.01em!important;
  font-style:italic!important;
  font-weight:500!important;
}.az-service-quote-card cite{
  display:block!important;
  color:#8FA0CB!important;
  font-size:.82rem!important;
  font-style:normal!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
}.az-service-info-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin:24px 0!important;
}.az-service-info-card,
.az-service-feature-grid article,
.az-service-content-card,
.az-service-faq,
.az-service-form-card{
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.064),rgba(255,255,255,.024))!important;
  box-shadow:0 22px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.07)!important;
  
}.az-service-info-card{
  padding:24px 26px!important;
}.az-service-info-card span{
  display:block!important;
  margin-bottom:8px!important;
  color:#B8C1D9!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}.az-service-info-card strong{
  display:block!important;
  color:#F5F7FF!important;
  font-size:clamp(1.35rem,2.4vw,2rem)!important;
  line-height:1.1!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
}.az-service-section{
  margin:24px 0!important;
}.az-service-section-head{
  margin:0 0 20px!important;
}.az-service-section-head h2,
.az-service-content-card h2{
  margin:0!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(2rem,3.6vw,3.1rem)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
}.az-service-section-head p{
  max-width:720px!important;
  margin:12px 0 0!important;
  color:#C8D1EA!important;
  line-height:1.76!important;
}.az-service-feature-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}.az-service-feature-grid article{
  padding:26px 22px!important;
  min-height:100%!important;
}.az-service-feature-grid article > span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:50px!important;
  height:50px!important;
  margin:0 0 18px!important;
  border-radius:18px!important;
  background:rgba(172,116,175,.08)!important;
  border:1px solid rgba(172,116,175,.18)!important;
  font-size:24px!important;
}.az-service-feature-grid h3{
  margin:0 0 10px!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:1.2rem!important;
  line-height:1.18!important;
}.az-service-feature-grid p,
.az-service-content-card p,
.az-service-faq p,
.az-service-form-card p{
  margin:0!important;
  color:#B8C1D9!important;
  font-size:1rem!important;
  line-height:1.78!important;
}.az-service-content-card{
  margin:24px 0!important;
  padding:38px 44px!important;
}.az-service-content-card h2{
  margin-bottom:18px!important;
}.az-service-content-card p + p{
  margin-top:18px!important;
}.az-service-intro-text h2{
  font-size:clamp(1.45rem,2.4vw,2.15rem)!important;
  letter-spacing:-.03em!important;
  line-height:1.16!important;
  margin-bottom:16px!important;
}.az-service-faq,
.az-service-form-card{
  margin:24px 0!important;
  padding:34px 38px!important;
}.az-service-faq details{
  margin:12px 0 0!important;
  padding:18px 20px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.035)!important;
}.az-service-faq summary{
  cursor:pointer!important;
  color:#F5F7FF!important;
  font-weight:900!important;
  font-size:1.04rem!important;
}.az-service-faq details p{
  margin-top:12px!important;
}.az-service-form-wrap{
  margin-top:20px!important;
}.az-service-form-card form,
.az-service-form-card .wpcf7{
  max-width:980px!important;
}.az-service-form-card input:not([type="submit"]),
.az-service-form-card textarea,
.az-service-form-card select{
  width:100%!important;
  min-height:46px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.92)!important;
  color:#111827!important;
  padding:10px 14px!important;
}.az-service-form-card textarea{min-height:120px!important;}
@media(max-width:1020px){.az-service-page{width:min(100% - 32px,760px)!important;margin-top:34px!important;}.az-service-hero{grid-template-columns:1fr!important;text-align:center!important;padding:34px 28px!important;border-radius:28px!important;}.az-service-hero-visual{min-height:220px!important;}.az-service-hero-copy p{margin-left:auto!important;margin-right:auto!important;}.az-service-info-grid,
.az-service-feature-grid{grid-template-columns:1fr!important;}
}
@media(max-width:560px){.az-service-page{width:calc(100% - 24px)!important;}.az-service-hero,
.az-service-content-card,
.az-service-faq,
.az-service-form-card{padding:26px 20px!important;border-radius:22px!important;}.az-service-info-card,
.az-service-feature-grid article{padding:22px 18px!important;border-radius:20px!important;}
}.az-service-personal .az-service-kicker,
.az-service-personal .az-service-info-card span{
  display:none!important;
}.az-service-personal .az-service-info-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:96px!important;
  text-align:center!important;
}.az-service-personal .az-service-info-card strong{
  margin:0!important;
}
@media (max-width: 680px){.az-service-quote-card{padding:16px 0!important;}
}.az-service-inline-quote{
background:linear-gradient(90deg,#AC74AF,#8B5CF6);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
display:block;
text-align:center;
font-style:italic;
font-weight:600;
font-size:1.05rem;
line-height:1.8;
margin:0 0 28px;
}.az-service-inline-quote span{
-webkit-text-fill-color:initial;
color:#8FD3FF;
display:block;
margin-top:8px;
font-size:.9rem;
}.az-service-personal .az-service-inline-quote{
  display:block!important;
  margin:0 0 28px!important;
  padding:16px 20px!important;
  border-left:3px solid #AC74AF!important;
  border-bottom:0!important;
  border-radius:0 18px 18px 0!important;
  background:linear-gradient(90deg,rgba(172,116,175,.10),rgba(139,92,246,.055),rgba(255,255,255,0))!important;
  color:#8FD3FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(.96rem,1.08vw,1.06rem)!important;
  line-height:1.7!important;
  font-style:normal!important;
  font-weight:600!important;
  letter-spacing:-.01em!important;
  text-align:left!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  text-shadow:0 0 22px rgba(172,116,175,.16)!important;
  -webkit-text-fill-color:currentColor!important;
}.az-service-personal .az-service-inline-quote span{
  display:inline!important;
  margin-left:8px!important;
  margin-top:0!important;
  color:#B68CFF!important;
  -webkit-text-fill-color:#B68CFF!important;
  font-style:normal!important;
  font-weight:800!important;
  font-size:.95em!important;
}.az-service-personal .az-service-info-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:124px!important;
  padding:26px 24px!important;
  text-align:center!important;
}.az-service-personal .az-service-info-card strong{
  display:block!important;
  margin:0!important;
  color:#F5F7FF!important;
  line-height:1.05!important;
}.az-service-personal .az-service-info-card small{
  display:block!important;
  margin:0!important;
  max-width:190px!important;
  color:#AEB8D6!important;
  font-size:.9rem!important;
  line-height:1.45!important;
  font-weight:600!important;
  letter-spacing:0!important;
  text-align:center!important;
}
@media(max-width:760px){.az-service-personal .az-service-inline-quote{padding:14px 16px!important;}
}.az-service-personal .az-service-form-note{
  margin:10px auto 0!important;
  max-width:720px!important;
  color:#AEB8D6!important;
  font-size:.98rem!important;
  line-height:1.65!important;
}
.az-service-relationship .az-service-hero{
  background:
    radial-gradient(circle at 16% 12%,rgba(236,72,153,.22),transparent 34%),
    radial-gradient(circle at 84% 18%,rgba(172,116,175,.13),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.076),rgba(255,255,255,.026))!important;
}.az-service-relationship .az-service-inline-quote{
  display:block!important;
  margin:0 0 28px!important;
  padding:16px 20px!important;
  border-left:3px solid #8B5CF6!important;
  border-radius:0 18px 18px 0!important;
  background:linear-gradient(90deg,rgba(139,92,246,.12),rgba(236,72,153,.06),rgba(255,255,255,0))!important;
  color:#D8C7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(.96rem,1.08vw,1.06rem)!important;
  line-height:1.7!important;
  font-style:normal!important;
  font-weight:600!important;
  letter-spacing:-.01em!important;
  text-align:left!important;
  -webkit-text-fill-color:currentColor!important;
}.az-service-relationship .az-service-inline-quote span{
  display:inline!important;
  margin-left:8px!important;
  color:#8FD3FF!important;
  -webkit-text-fill-color:#8FD3FF!important;
  font-weight:800!important;
  font-size:.95em!important;
}.az-service-relationship .az-service-info-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:124px!important;
  text-align:center!important;
}.az-service-relationship .az-service-info-card strong{display:block!important;margin:0!important;line-height:1.05!important;}.az-service-relationship .az-service-info-card small{
  display:block!important;
  margin:0!important;
  max-width:210px!important;
  color:#AEB8D6!important;
  font-size:.9rem!important;
  line-height:1.45!important;
  font-weight:600!important;
  text-align:center!important;
}.az-service-feature-grid-five{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}.az-service-relationship .az-service-feature-grid article > span{
  background:rgba(236,72,153,.08)!important;
  border-color:rgba(236,72,153,.18)!important;
}.az-service-relationship .az-service-form-note{
  margin:10px 0 0!important;
  max-width:760px!important;
  color:#AEB8D6!important;
  font-size:.98rem!important;
  line-height:1.65!important;
}
@media(max-width:1180px){.az-service-feature-grid-five{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:1020px){.az-service-feature-grid-five{grid-template-columns:1fr!important;}
}
.az-service-relationship .az-service-inline-quote{
  margin:0 0 26px!important;
  padding:22px 26px!important;
  border-left:4px solid #AC74AF!important;
  border-radius:0 22px 22px 0!important;
  background:linear-gradient(90deg,rgba(172,116,175,.11),rgba(139,92,246,.07),rgba(255,255,255,0))!important;
  color:#F5F7FF!important;
  font-size:clamp(1.02rem,1.24vw,1.18rem)!important;
  line-height:1.78!important;
  font-weight:650!important;
}.az-service-relationship .az-service-inline-quote span{
  display:block!important;
  margin:10px 0 0!important;
  color:#8FD3FF!important;
  font-size:.94rem!important;
  font-weight:800!important;
}.az-relationship-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0 0 26px!important;
}.az-relationship-summary-grid article{
  min-height:86px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:16px 14px!important;
  border:1px solid rgba(139,92,246,.18)!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,rgba(139,92,246,.10),rgba(236,72,153,.055))!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-weight:800!important;
  line-height:1.25!important;
  letter-spacing:-.015em!important;
}.az-service-relationship .az-service-info-card small{
  font-size:.96rem!important;
  line-height:1.52!important;
  color:#C6D0EA!important;
}.az-service-relationship .az-service-form-card .az-service-section-head h2{
  font-size:clamp(1.7rem,2.8vw,2.35rem)!important;
}.az-relationship-form-card .az-relationship-partner-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
  margin:18px 0 24px!important;
}.az-relationship-form-card .az-relationship-partner-col{
  min-width:0!important;
  padding:24px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.035)!important;
}.az-relationship-form-card .az-relationship-partner-col > *:first-child{
  margin-top:0!important;
}.az-relationship-form-card .az-relationship-partner-col h2,
.az-relationship-form-card .az-relationship-partner-col h3,
.az-relationship-form-card .az-relationship-partner-col h4,
.az-relationship-form-card .az-relationship-partner-col p:first-child{
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:1.05rem!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}.az-relationship-form-card .az-service-form-wrap form p{
  margin:0 0 14px!important;
}.az-relationship-form-card label{
  color:#DDE6FF!important;
  font-weight:700!important;
}
@media(max-width:1180px){.az-relationship-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){.az-relationship-summary-grid,
.az-relationship-form-card .az-relationship-partner-grid{grid-template-columns:1fr!important;}.az-relationship-form-card .az-relationship-partner-col{padding:20px!important;border-radius:20px!important;}
}.az-service-personal .az-service-inline-quote{
  display:block!important;
  margin:0 0 26px!important;
  padding:22px 26px!important;
  border-left:4px solid #AC74AF!important;
  border-radius:0 22px 22px 0!important;
  background:linear-gradient(90deg,rgba(172,116,175,.11),rgba(139,92,246,.07),rgba(255,255,255,0))!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:clamp(1.02rem,1.24vw,1.18rem)!important;
  line-height:1.78!important;
  font-style:normal!important;
  font-weight:650!important;
  letter-spacing:-.01em!important;
  text-align:left!important;
  -webkit-text-fill-color:currentColor!important;
}.az-service-personal .az-service-inline-quote span{
  display:block!important;
  margin:10px 0 0!important;
  color:#8FD3FF!important;
  -webkit-text-fill-color:#8FD3FF!important;
  font-size:.94rem!important;
  font-style:normal!important;
  font-weight:800!important;
}.az-relationship-summary-grid{display:none!important;}.az-relationship-form-card .az-service-form-wrap .wpcf7-form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:22px!important;
  row-gap:14px!important;
  align-items:start!important;
}.az-relationship-form-card .az-service-form-wrap .wpcf7-form > p,
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > div,
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > label{
  margin:0!important;
  min-width:0!important;
}.az-relationship-form-card .az-service-form-wrap .wpcf7-form > p:has(textarea),
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > p:has(input[type="submit"]),
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > p:has(button[type="submit"]),
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > div:has(textarea),
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > div:has(input[type="submit"]),
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > div:has(button[type="submit"]),
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > .wpcf7-response-output,
.az-relationship-form-card .az-service-form-wrap .wpcf7-form > .az-relationship-partner-grid{
  grid-column:1 / -1!important;
}.az-relationship-form-card .az-service-form-wrap .wpcf7-form label{
  display:block!important;
}
@media(max-width:760px){.az-relationship-form-card .az-service-form-wrap .wpcf7-form{
    grid-template-columns:1fr!important;
  }
}.az-relationship-form-card .az-service-form-wrap,
.az-relationship-form-card .az-service-form-wrap .wpcf7,
.az-relationship-form-card .az-service-form-wrap form,
.az-relationship-form-card .az-service-form-wrap .wpcf7-form,
.relationship-consultation-form{
  width:100%!important;
  max-width:none!important;
}.az-relationship-form-card .az-service-form-wrap{
  max-width:none!important;
}.relationship-consultation-form{
  display:block!important;
}.relationship-consultation-form .full-width-section,
.relationship-consultation-form .submit-wrapper{
  width:100%!important;
  max-width:none!important;
  clear:both!important;
}.relationship-consultation-form .top-grid,
.relationship-consultation-form .relationship-grid,
.relationship-consultation-form .double-row,
.relationship-consultation-form .triple-row{
  display:grid!important;
  gap:18px!important;
  align-items:start!important;
}.relationship-consultation-form .top-grid,
.relationship-consultation-form .relationship-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}.relationship-consultation-form .double-row{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}.relationship-consultation-form .triple-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}.relationship-consultation-form .person-card{
  min-width:0!important;
  padding:28px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.022))!important;
}.relationship-consultation-form .person-card h3{
  margin:0 0 22px!important;
  color:#DDE6FF!important;
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
  font-size:1.08rem!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
}.relationship-consultation-form label{
  display:block!important;
  margin:0 0 15px!important;
  color:#DDE6FF!important;
  font-weight:750!important;
}.relationship-consultation-form input:not([type="submit"]),
.relationship-consultation-form textarea,
.relationship-consultation-form select{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}.relationship-consultation-form textarea{min-height:170px!important;}.relationship-consultation-form .submit-wrapper{margin-top:26px!important;}
@media(max-width:640px){.relationship-consultation-form .top-grid,
.relationship-consultation-form .relationship-grid,
.relationship-consultation-form .double-row,
.relationship-consultation-form .triple-row{
    grid-template-columns:1fr!important;
  }.relationship-consultation-form .person-card{padding:22px!important;border-radius:20px!important;}
}.az-service-personal .az-service-hero-copy h1{
  white-space:nowrap!important;
  font-size:clamp(2.55rem,4.85vw,5.25rem)!important;
  letter-spacing:-.065em!important;
}
@media (max-width: 560px){.az-service-personal .az-service-hero-copy h1{
    white-space:normal!important;
    font-size:clamp(2.25rem,12vw,3.2rem)!important;
  }
}body.home .az-section,
body.home .az-home-section,
body.front-page .az-section,
body.front-page .az-home-section,
.home .az-section,
.front-page .az-section{
  padding-top:clamp(34px,4.2vw,64px)!important;
  padding-bottom:clamp(34px,4.2vw,64px)!important;
}.home .az-section-head,
.front-page .az-section-head{
  margin-bottom:clamp(18px,2.4vw,32px)!important;
}.home .az-hero,
.front-page .az-hero{
  margin-bottom:clamp(20px,3vw,42px)!important;
}
@media (max-width:768px){body.home .az-section,
body.home .az-home-section,
body.front-page .az-section,
body.front-page .az-home-section,
.home .az-section,
.front-page .az-section{
    padding-top:32px!important;
    padding-bottom:32px!important;
  }.home .az-section-head,
.front-page .az-section-head{
    margin-bottom:18px!important;
  }
}.home .az-section,
.front-page .az-section,
body.home .az-section,
body.front-page .az-section{
  padding-top:clamp(22px,3vw,46px)!important;
  padding-bottom:clamp(22px,3vw,46px)!important;
}.home .az-hero,
.front-page .az-hero{
  margin-bottom:clamp(8px,1.5vw,22px)!important;
}.home .az-section-head,
.front-page .az-section-head{
  margin-bottom:clamp(14px,1.8vw,24px)!important;
}.az-live-search-panel{position:fixed;inset:0;z-index:100000;display:none;align-items:flex-start;justify-content:center;padding:96px 20px 20px}.az-live-search-panel.is-open{display:flex}.az-live-search-backdrop{position:absolute;inset:0;background:rgba(2,4,13,.72);}.az-live-search-box{position:relative;width:min(720px,100%);border:1px solid rgba(172,116,175,.22);border-radius:28px;background:linear-gradient(180deg,rgba(10,14,34,.96),rgba(5,8,22,.96));box-shadow:0 24px 90px rgba(0,0,0,.45),0 0 60px rgba(172,116,175,.10);padding:24px}.az-live-search-close{position:absolute;right:18px;top:16px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;font-size:24px;line-height:1;cursor:pointer}.az-live-search-kicker{margin:0 0 12px;color:var(--az-blue);font-weight:800;letter-spacing:.14em;text-transform:uppercase;font-size:12px}.az-live-search-form{display:flex;gap:10px}.az-live-search-form input{flex:1;min-width:0;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;padding:0 18px;font-size:15px;outline:none}.az-live-search-form input:focus{border-color:rgba(172,116,175,.55);box-shadow:0 0 0 4px rgba(172,116,175,.10)}.az-live-search-form button{height:52px;border:0;border-radius:999px;padding:0 22px;background:linear-gradient(135deg,var(--az-purple),var(--az-blue));color:#fff;font-weight:800;cursor:pointer}.az-live-search-results{display:grid;gap:10px;margin-top:16px;max-height:min(54vh,520px);overflow:auto;padding-right:4px}.az-live-search-result{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:10px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);transition:.22s ease}.az-live-search-result:hover{border-color:rgba(172,116,175,.32);background:rgba(172,116,175,.08);transform:translateY(-1px)}.az-live-search-result img,
.az-live-search-dot{width:58px;height:58px;border-radius:14px;object-fit:cover;background:linear-gradient(135deg,rgba(52,17,147,.28),rgba(172,116,175,.20));display:flex;align-items:center;justify-content:center;color:var(--az-blue)}.az-live-search-result strong{display:block;color:#fff;font-size:15px;line-height:1.25}.az-live-search-result em{display:inline-block;margin-top:4px;color:var(--az-blue);font-style:normal;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.az-live-search-result small{display:block;margin-top:4px;color:var(--az-text);font-size:12px;line-height:1.35}.az-live-search-empty{padding:18px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);color:var(--az-text)}
@media(max-width:900px){.az-header-actions .az-social-header{display:none}.az-header-actions{gap:7px}.az-header-icon{width:36px;height:36px}.az-live-search-panel{padding-top:82px}.az-live-search-form{display:grid}.az-live-search-form button{width:100%}}
@media(max-width:768px){.home .az-section,
.front-page .az-section,
body.home .az-section,
body.front-page .az-section{padding-top:24px!important;padding-bottom:24px!important}}body.home .az-section,
body.home .az-home-section,
body.front-page .az-section,
body.front-page .az-home-section,
.home .az-section,
.front-page .az-section{
  padding-top:clamp(18px,2.4vw,38px)!important;
  padding-bottom:clamp(18px,2.4vw,38px)!important;
}.home .az-section + .az-section,
.front-page .az-section + .az-section{
  margin-top:0!important;
}.home .az-section-head,
.front-page .az-section-head{
  margin-bottom:clamp(10px,1.5vw,20px)!important;
}.home .az-section-head h2,
.front-page .az-section-head h2{
  margin-bottom:8px!important;
}.home .az-section-head p,
.front-page .az-section-head p{
  margin-top:6px!important;
}.home .az-hero,
.front-page .az-hero{
  margin-bottom:clamp(4px,1vw,14px)!important;
}
.home .az-cta,
.front-page .az-cta{
  margin-top:clamp(8px,1.6vw,20px)!important;
  margin-bottom:clamp(16px,2.4vw,34px)!important;
  padding-top:clamp(24px,3vw,44px)!important;
  padding-bottom:clamp(24px,3vw,44px)!important;
}
@media(max-width:768px){body.home .az-section,
body.home .az-home-section,
body.front-page .az-section,
body.front-page .az-home-section,
.home .az-section,
.front-page .az-section{
    padding-top:20px!important;
    padding-bottom:20px!important;
  }.home .az-section-head,
.front-page .az-section-head{
    margin-bottom:14px!important;
  }.az-header-icon{
    width:36px!important;
    height:36px!important;
  }
}.az-posts-listing-page{padding-top:56px;padding-bottom:80px;}.az-pagination{margin:42px 0 0;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;}.az-pagination .page-numbers{min-width:42px;height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#eaf2ff;text-decoration:none;background:rgba(255,255,255,.04);}.az-pagination .page-numbers.current,
.az-pagination .page-numbers:hover{border-color:rgba(34,211,238,.55);box-shadow:0 0 22px rgba(34,211,238,.18);}.az-empty-state{max-width:720px;margin:0 auto;padding:42px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(255,255,255,.045);text-align:center;}.az-empty-state h2{margin:0 0 10px;color:#fff;}.az-empty-state p{margin:0;color:#c9d4ea;}.az-logo-img{max-height:none!important;width:var(--az-logo-size,180px)!important;max-width:min(100%,360px)!important;height:auto!important;object-fit:contain!important;transform:translateY(var(--az-logo-y,0px));}
@media(max-width:700px){.az-logo-img{width:180px!important;max-width:180px!important;}}.az-header.az-logo-pos-right .az-logo{order:3;}.az-header.az-logo-pos-right .az-menu{order:1;}.az-header.az-logo-pos-right .az-header-actions{order:2;}.az-header.az-logo-pos-left .az-logo{order:1;}.az-header.az-logo-pos-left .az-menu{order:2;}.az-header.az-logo-pos-left .az-header-actions{order:3;}
@media(max-width:900px){.az-header.az-logo-pos-center .az-nav-wrap{display:flex;justify-content:space-between}.az-header.az-logo-pos-right .az-logo{order:2}.az-header.az-logo-pos-right .az-menu-toggle{order:1}.az-header.az-logo-pos-right .az-header-actions{order:3}}

@media (min-width:901px){.az-header.az-logo-pos-center .az-nav-wrap{
    display:grid!important;
    grid-template-columns:1fr auto 1fr!important;
    grid-template-rows:auto auto!important;
    height:auto!important;
    min-height:104px!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
    row-gap:8px!important;
    align-items:center!important;
  }.az-header.az-logo-pos-center .az-logo{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:center!important;
    align-self:center!important;
  }.az-header.az-logo-pos-center .az-menu{
    grid-column:1 / -1!important;
    grid-row:2!important;
    justify-self:center!important;
    align-self:center!important;
  }.az-header.az-logo-pos-center .az-menu ul{
    justify-content:center!important;
  }.az-header.az-logo-pos-center .az-header-actions{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
  }.az-header.az-logo-pos-center .az-menu-toggle{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    align-self:center!important;
  }
}.az-blog-grid{align-items:stretch!important;}.az-post-card .az-thumb{aspect-ratio:16/9!important;}.az-blog-card-height-equal .az-post-card{height:100%!important;}.az-card-meta-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0!important;}.az-card-taxonomy-badge{padding:7px 10px!important;color:#9DEBFF!important;background:rgba(172,116,175,.12)!important;border:1px solid rgba(172,116,175,.24)!important;}.az-blog-excerpt-two .az-post-card .az-card-excerpt{-webkit-line-clamp:2!important;}.az-blog-excerpt-four .az-post-card .az-card-excerpt{-webkit-line-clamp:4!important;}.az-hide-blog-excerpts .az-post-card .az-card-excerpt{display:none!important;}
@media(max-width:700px){.az-post-card .az-post-card-body{padding:18px!important;}.az-card-meta-row{align-items:flex-start!important;flex-direction:column!important;}.az-card-date{font-size:11px!important;}}.az-post-card{display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;border-radius:0!important;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.026))!important;box-shadow:0 24px 80px rgba(0,0,0,.28)!important;}.az-post-card.az-card-height-equal{height:100%!important;}.az-post-card.az-card-height-auto{height:auto!important;}.az-post-card .az-thumb{display:block!important;width:100%!important;overflow:hidden!important;margin:0!important;border-radius:0!important;background:rgba(255,255,255,.035)!important;}.az-post-card .az-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;margin:0!important;}.az-post-card .az-post-card-body{display:flex!important;flex-direction:column!important;gap:12px!important;padding:22px!important;flex:1!important;}.az-post-card .az-card-meta-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0!important;}.az-card-taxonomy-badge,
.az-card-date{display:inline-flex!important;align-items:center!important;width:auto!important;max-width:100%!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important;}.az-card-taxonomy-badge{padding:7px 10px!important;color:#fff!important;background:rgba(52,17,147,.18)!important;border:1px solid rgba(52,17,147,.28)!important;}.az-card-date{padding:7px 10px!important;color:#8feaff!important;background:rgba(172,116,175,.10)!important;border:1px solid rgba(172,116,175,.20)!important;}.az-post-card h3{margin:0!important;color:#F5F7FF!important;font-size:clamp(20px,2vw,26px)!important;line-height:1.12!important;letter-spacing:-.025em!important;}.az-post-card .az-card-excerpt{margin:0!important;color:#C7CEE7!important;font-size:15px!important;line-height:1.7!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}.az-post-card.az-card-excerpt-two .az-card-excerpt{-webkit-line-clamp:2!important;line-clamp:2!important;}.az-post-card.az-card-excerpt-four .az-card-excerpt{-webkit-line-clamp:4!important;line-clamp:4!important;}.az-post-card.az-card-date-hide .az-card-date{display:none!important;}
@media(max-width:700px){.az-post-card .az-post-card-body{padding:18px!important;}.az-post-card .az-card-meta-row{align-items:flex-start!important;flex-direction:column!important;}.az-card-date{font-size:11px!important;}}.az-post-card .az-card-excerpt{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}.az-post-card.az-card-excerpt-hide .az-card-excerpt,
body.az-hide-blog-excerpts .az-post-card .az-card-excerpt{display:none!important;}.az-blog-grid.az-blog-grid-controlled,
.az-archive-section .az-blog-grid.az-blog-grid-controlled,
.az-posts-listing-page .az-blog-grid.az-blog-grid-controlled{
  display:grid!important;
  grid-template-columns:repeat(var(--az-blog-cols-desktop,3),minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}.az-post-card .az-card-excerpt{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:normal!important;
}.az-post-card.az-card-excerpt-two .az-card-excerpt{
  -webkit-line-clamp:2!important;
  line-clamp:2!important;
  max-height:3.4em!important;
}.az-post-card.az-card-excerpt-four .az-card-excerpt{
  -webkit-line-clamp:4!important;
  line-clamp:4!important;
  max-height:6.8em!important;
}.az-post-card.az-card-excerpt-hide .az-card-excerpt{display:none!important;}
@media(max-width:1100px){.az-blog-grid.az-blog-grid-controlled,
.az-archive-section .az-blog-grid.az-blog-grid-controlled,
.az-posts-listing-page .az-blog-grid.az-blog-grid-controlled{
    grid-template-columns:repeat(var(--az-blog-cols-tablet,2),minmax(0,1fr))!important;
  }
}
@media(max-width:700px){.az-blog-grid.az-blog-grid-controlled,
.az-archive-section .az-blog-grid.az-blog-grid-controlled,
.az-posts-listing-page .az-blog-grid.az-blog-grid-controlled{
    grid-template-columns:repeat(var(--az-blog-cols-mobile,1),minmax(0,1fr))!important;
  }
}.az-post-card,
.az-post-card .az-thumb,
.az-post-card .az-thumb img{
  border-radius:0!important;
}.az-footer{
    border-top:1px solid rgba(255,255,255,.08);
}.az-footer .az-shell{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
}.az-footer-logo{
    max-width:120px;
    height:auto;
    display:block;
}.az-footer-copyright{
    margin-top:8px;
    font-size:12px;
    color:rgba(184,193,217,.78);
}.az-header-actions .az-social-icons,
.az-header-actions .az-social-header,
.az-footer .az-social-icons,
.az-footer .az-social-footer{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
}.az-header-actions .az-social-icons a,
.az-header-actions .az-social-header a,
.az-footer .az-social-icons a,
.az-footer .az-social-footer a{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    border:1px solid rgba(172,116,175,.24)!important;
    background:rgba(255,255,255,.045)!important;
    color:#F5F7FF!important;
    box-shadow:0 0 0 1px rgba(255,255,255,.035) inset,0 0 20px rgba(172,116,175,.08)!important;
    text-decoration:none!important;
    line-height:1!important;
    padding:0!important;
    margin:0!important;
}.az-header-actions .az-social-icons a:hover,
.az-header-actions .az-social-header a:hover,
.az-footer .az-social-icons a:hover,
.az-footer .az-social-footer a:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(172,116,175,.55)!important;
    background:rgba(172,116,175,.10)!important;
    box-shadow:0 0 0 1px rgba(172,116,175,.15) inset,0 0 26px rgba(172,116,175,.20)!important;
}.az-header-actions .az-social-icons a svg,
.az-header-actions .az-social-header a svg,
.az-footer .az-social-icons a svg,
.az-footer .az-social-footer a svg{
    width:18px!important;
    height:18px!important;
    stroke:currentColor!important;
    fill:none!important;
    stroke-width:1.9!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}/* Footer layout: copyright/text left, social icons right */
.az-footer .az-shell{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    gap:14px 24px!important;
}.az-footer .az-footer-logo,
.az-footer strong,
.az-footer .az-footer-copyright{
    grid-column:1!important;
    justify-self:start!important;
    text-align:left!important;
}.az-footer .az-social-icons,
.az-footer .az-social-footer{
    grid-column:2!important;
    grid-row:1 / span 5!important;
    justify-self:end!important;
    align-self:center!important;
    margin-left:auto!important;
    text-align:right!important;
}

@media(max-width:760px){.az-footer .az-shell{
        display:flex!important;
        flex-direction:column!important;
        align-items:center!important;
        justify-content:center!important;
        text-align:center!important;
    }.az-footer .az-footer-logo,
.az-footer strong,
.az-footer .az-footer-copyright,
.az-footer .az-social-icons,
.az-footer .az-social-footer{
        grid-column:auto!important;
        grid-row:auto!important;
        justify-self:center!important;
        text-align:center!important;
        margin-left:0!important;
    }
}/* Footer: left text, right social icons */
.az-footer .az-footer-shell{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:28px!important;
    width:100%!important;
}.az-footer .az-footer-left{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:8px!important;
    min-width:0!important;
    text-align:left!important;
}.az-footer .az-footer-right{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    text-align:right!important;
    flex:0 0 auto!important;
}.az-footer .az-footer-right .az-social-icons,
.az-footer .az-footer-right .az-social-footer,
.az-footer .az-social-icons-footer{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
}.az-footer .az-footer-right .az-social-icons a,
.az-footer .az-footer-right .az-social-footer a,
.az-footer .az-social-icons-footer a,
.az-footer .az-social-icons a{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    border:1px solid rgba(172,116,175,.24)!important;
    background:rgba(255,255,255,.045)!important;
    color:#F5F7FF!important;
    box-shadow:0 0 0 1px rgba(255,255,255,.035) inset,0 0 20px rgba(172,116,175,.08)!important;
    text-decoration:none!important;
    line-height:1!important;
    padding:0!important;
    margin:0!important;
}.az-footer .az-footer-right .az-social-icons a svg,
.az-footer .az-footer-right .az-social-footer a svg,
.az-footer .az-social-icons a svg{
    width:18px!important;
    height:18px!important;
    stroke:currentColor!important;
    fill:none!important;
    stroke-width:1.9!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

@media(max-width:760px){.az-footer .az-footer-shell{
        flex-direction:column!important;
        align-items:center!important;
        justify-content:center!important;
        text-align:center!important;
    }.az-footer .az-footer-left{
        align-items:center!important;
        text-align:center!important;
    }.az-footer .az-footer-right{
        margin-left:0!important;
        justify-content:center!important;
        text-align:center!important;
    }
}.az-pagination-load-more{
    display:flex!important;
    justify-content:center!important;
    margin:42px auto 0!important;
    width:100%!important;
}.az-load-more-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:0 22px!important;
    border-radius:0!important;
    border:1px solid rgba(172,116,175,.35)!important;
    background:rgba(172,116,175,.10)!important;
    color:#F5F7FF!important;
    text-decoration:none!important;
    font-weight:800!important;
    box-shadow:0 0 24px rgba(172,116,175,.12)!important;
}.az-load-more-button.is-loading{
    opacity:.72!important;
    pointer-events:none!important;
}.az-pagination.az-pagination-load-more{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:42px auto 0!important;
    width:100%!important;
}.az-pagination-load-more .az-load-more-button,
button.az-load-more-button,
a.az-load-more-button{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    min-height:46px!important;
    padding:0 24px!important;
    border-radius:0!important;
    border:1px solid rgba(172,116,175,.42)!important;
    background:
        linear-gradient(135deg,rgba(52,17,147,.28),rgba(172,116,175,.13)),
        rgba(11,16,35,.88)!important;
    color:#F5F7FF!important;
    font-family:inherit!important;
    font-size:14px!important;
    font-weight:900!important;
    letter-spacing:.02em!important;
    line-height:1!important;
    text-decoration:none!important;
    cursor:pointer!important;
    box-shadow:
        0 0 0 1px rgba(255,255,255,.04) inset,
        0 0 28px rgba(172,116,175,.16),
        0 16px 38px rgba(0,0,0,.28)!important;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important;
}.az-pagination-load-more .az-load-more-button:hover,
button.az-load-more-button:hover,
a.az-load-more-button:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(172,116,175,.78)!important;
    background:
        linear-gradient(135deg,rgba(52,17,147,.38),rgba(172,116,175,.20)),
        rgba(11,16,35,.94)!important;
    box-shadow:
        0 0 0 1px rgba(172,116,175,.16) inset,
        0 0 38px rgba(172,116,175,.28),
        0 18px 44px rgba(0,0,0,.34)!important;
}.az-pagination-load-more .az-load-more-button:focus,
button.az-load-more-button:focus,
a.az-load-more-button:focus{
    outline:2px solid rgba(172,116,175,.35)!important;
    outline-offset:4px!important;
}.az-pagination-load-more .az-load-more-button.is-loading,
button.az-load-more-button.is-loading{
    opacity:.72!important;
    cursor:wait!important;
    transform:none!important;
}button.az-load-more-button.az-load-more-button-forced{
    appearance:none!important;
    -webkit-appearance:none!important;
    background:linear-gradient(135deg,rgba(52,17,147,.28),rgba(172,116,175,.13)),rgba(11,16,35,.88)!important;
    color:#F5F7FF!important;
    border:1px solid rgba(172,116,175,.42)!important;
    border-radius:0!important;
    min-height:46px!important;
    padding:0 24px!important;
    font-weight:900!important;
    box-shadow:0 0 0 1px rgba(255,255,255,.04) inset,0 0 28px rgba(172,116,175,.16),0 16px 38px rgba(0,0,0,.28)!important;
}body.admin-bar .az-header{top:32px}@media(max-width:782px){body.admin-bar .az-header{top:46px}}.az-card-meta-row{gap:10px}.az-card-taxonomy-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}body.home .az-astro-slider,
body.front-page .az-astro-slider,
body.home .az-section,
body.front-page .az-section{
  background-color:transparent!important;
  border-top:0!important;
  border-bottom:0!important;
  outline:0!important;
}body.home .az-astro-slider::before,
body.home .az-astro-slider::after,
body.home .az-section::before,
body.home .az-section::after,
body.front-page .az-astro-slider::before,
body.front-page .az-astro-slider::after,
body.front-page .az-section::before,
body.front-page .az-section::after{
  border:0!important;
  box-shadow:none!important;
}body.home .az-slider-edge-fade::before,
body.front-page .az-slider-edge-fade::before{
  display:none!important;
  content:none!important;
  background:none!important;
}body.home .az-section + .az-section,
body.front-page .az-section + .az-section{
  margin-top:0!important;
}body.home .az-section,
body.front-page .az-section,
body.page-template-front-page .az-section{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
}body.home .az-section:before,
body.home .az-section:after,
body.front-page .az-section:before,
body.front-page .az-section:after,
body.page-template-front-page .az-section:before,
body.page-template-front-page .az-section:after{
  display:none!important;
  content:none!important;
  background:none!important;
}body.home .az-section + .az-section,
body.front-page .az-section + .az-section,
body.page-template-front-page .az-section + .az-section{
  margin-top:0!important;
}body.home .az-astro-slider,
body.front-page .az-astro-slider,
body.page-template-front-page .az-astro-slider{
  border:0!important;
  box-shadow:none!important;
}body.home .az-slider-edge-fade:before,
body.front-page .az-slider-edge-fade:before,
body.page-template-front-page .az-slider-edge-fade:before{
  display:none!important;
  content:none!important;
  background:none!important;
}.az-footer-modern{
  position:relative;
  overflow:hidden;
  margin-top:0;
  padding:70px 0 34px;
  border-top:0!important;
  background:
    radial-gradient(circle at 18% 0%,rgba(52,17,147,.18),transparent 34%),
    radial-gradient(circle at 82% 12%,rgba(172,116,175,.12),transparent 32%),
    rgba(3,7,18,.78)!important;
  
}.az-footer-modern:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(1180px,calc(100% - 40px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(172,116,175,.32),rgba(52,17,147,.28),transparent);
}.az-footer-modern:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.22) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.08;
}.az-footer-orb{
  position:absolute;
  border-radius:999px;
  
  pointer-events:none;
  opacity:.45;
}.az-footer-orb-one{width:220px;height:220px;left:8%;bottom:-90px;background:rgba(52,17,147,.24)}.az-footer-orb-two{width:260px;height:260px;right:10%;top:-120px;background:rgba(172,116,175,.18)}.az-footer-modern .az-footer-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(260px,1.2fr) minmax(260px,1fr) auto;
  align-items:center;
  gap:28px;
}.az-footer-brand{
  padding:26px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  box-shadow:0 24px 80px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04);
}.az-footer-modern .az-footer-logo{max-width:190px;max-height:70px;object-fit:contain;display:block}.az-footer-modern strong{
  display:block;
  color:var(--az-white);
  font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif;
  font-size:clamp(26px,3vw,38px);
  line-height:1;
  letter-spacing:-.04em;
}.az-footer-center{display:flex;justify-content:center}.az-footer-social{display:flex;justify-content:flex-end}.az-footer-social .az-social-icons,
.az-footer-right .az-social-icons{display:flex;gap:12px;align-items:center;justify-content:flex-end}.az-footer-bottom{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(245,247,255,.56);
  font-size:13px;
}.az-footer-signature{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border:1px solid rgba(172,116,175,.18);
  border-radius:999px;
  background:rgba(172,116,175,.055);
  color:rgba(245,247,255,.68);
  font-weight:800;
}
@media(max-width:980px){.az-footer-modern{padding:52px 0 28px}.az-footer-modern .az-footer-shell{grid-template-columns:1fr;text-align:center}.az-footer-brand{padding:24px}.az-footer-social,
.az-footer-social .az-social-icons,
.az-footer-right .az-social-icons{justify-content:center}.az-footer-bottom{flex-direction:column;justify-content:center}
}.az-footer-modern{
  padding:46px 0 24px!important;
}.az-footer-orb,
.az-footer-signature{
  display:none!important;
}.az-footer-modern .az-footer-shell{
  grid-template-columns:minmax(260px,1fr) auto auto!important;
}.az-footer-modern .az-footer-shell > .az-footer-bottom:only-child{
  grid-column:1/-1;
}.az-footer-brand{
  padding:22px!important;
}.az-footer-bottom{
  justify-content:center!important;
  margin-top:18px!important;
  padding-top:18px!important;
}.az-footer-copyright{
  text-align:center;
}
@media(max-width:980px){.az-footer-modern .az-footer-shell{grid-template-columns:1fr!important}
}.az-footer-modern .az-footer-shell{
  grid-template-columns:repeat(auto-fit,minmax(220px,max-content))!important;
  justify-content:space-between!important;
}.az-footer-brand:empty{
  display:none!important;
}.az-footer-center:only-child,
.az-footer-social:only-child{
  justify-content:center!important;
}
@media(max-width:980px){.az-footer-modern .az-footer-shell{
    justify-content:center!important;
  }
}

@media(max-width:900px){body.az-mobile-header-compact .az-nav-wrap{height:62px!important}body.az-mobile-header-normal .az-nav-wrap{height:68px!important}body.az-mobile-header-large .az-nav-wrap{height:78px!important}body.az-mobile-menu-solid .az-menu{background:#43385D!important;}body.az-mobile-menu-solid .az-menu{background:rgba(5,8,22,.84)!important;}body.az-mobile-menu-minimal .az-menu{background:rgba(5,8,22,.96)!important;border-bottom:0!important}body.az-mobile-slider-compact .az-hero{padding:54px 0!important}body.az-mobile-slider-normal .az-hero{padding:80px 0!important}body.az-mobile-slider-large .az-hero{padding:104px 0!important}body.az-mobile-card-compact .az-section{padding:54px 0!important}body.az-mobile-card-compact .az-cards,
body.az-mobile-card-compact .az-blog-grid,
body.az-mobile-card-compact .az-events-grid{gap:18px!important}body.az-mobile-card-normal .az-section{padding:70px 0!important}body.az-mobile-card-large .az-section{padding:88px 0!important}body.az-mobile-footer-left .az-footer-modern .az-footer-shell{text-align:left!important}body.az-mobile-footer-left .az-footer-social,
body.az-mobile-footer-left .az-footer-social .az-social-icons,
body.az-mobile-footer-left .az-footer-right .az-social-icons{justify-content:flex-start!important}body.az-mobile-footer-center .az-footer-modern .az-footer-shell{text-align:center!important}
}

@media (max-width: 768px){.az-hero-grid{
    grid-template-columns:1fr !important;
  }
}html,
body{
  max-width:100%;
  overflow-x:hidden;
}

@media (max-width: 768px){.az-shell{
    width:100% !important;
    max-width:100% !important;
    padding-left:18px !important;
    padding-right:18px !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }.az-nav-wrap{
    width:100% !important;
    max-width:100% !important;
    gap:10px !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }.az-logo{
    min-width:0 !important;
    flex:0 1 auto !important;
    font-size:22px !important;
    white-space:nowrap !important;
  }.az-header-actions,
.az-social-icons,
.az-header-social{
    min-width:0 !important;
    max-width:100% !important;
  }.az-header-actions{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    flex:0 0 auto !important;
  }.az-header-actions a,
.az-header-actions button,
.az-social-icons a,
.az-menu-toggle{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
    flex:0 0 38px !important;
  }.az-header-actions a:nth-of-type(n+4),
.az-header-social a:nth-of-type(n+4){
    display:none !important;
  }.az-hero{
    min-height:auto !important;
    padding-top:42px !important;
    padding-bottom:38px !important;
  }.az-hero-inner{
    display:block !important;
    min-height:0 !important;
  }.az-section:first-of-type{
    padding-top:48px !important;
  }.az-section{
    overflow:hidden;
  }.az-card,
.az-post-card,
.az-event-card{
    max-width:100% !important;
  }img,
video,
iframe{
    max-width:100% !important;
  }
}

@media (max-width: 430px){.az-shell{
    padding-left:14px !important;
    padding-right:14px !important;
  }.az-nav-wrap{
    gap:8px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }.az-logo{
    font-size:20px !important;
  }.az-header-actions a,
.az-header-actions button,
.az-social-icons a,
.az-menu-toggle{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    min-height:36px !important;
    flex-basis:36px !important;
  }.az-header-actions a:nth-of-type(n+3),
.az-header-social a:nth-of-type(n+3){
    display:none !important;
  }
}

@media (max-width: 900px){.az-header .az-nav-wrap{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    height:62px !important;
  }.az-header .az-logo{
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    font-size:21px !important;
    line-height:1 !important;
  }.az-header .az-header-actions{
    display:none !important;
  }.az-header .az-menu-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    border-radius:999px !important;
    border:1px solid rgba(255,255,255,.12) !important;
    background:rgba(255,255,255,.055) !important;
    color:#fff !important;
    font-size:22px !important;
    margin-left:auto !important;
  }.az-header .az-menu{
    left:14px !important;
    right:14px !important;
    top:62px !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }body .az-mobile-fullscreen.az-hero,
body .az-astro-slider.az-hero,
body .az-hero{
    min-height:auto !important;
    padding-top:34px !important;
    padding-bottom:34px !important;
  }body .az-hero-inner{
    display:block !important;
    min-height:0 !important;
  }body .az-astro-slider + .az-section,
body .az-hero + .az-section{
    padding-top:26px !important;
    margin-top:0 !important;
  }body .az-section{
    padding-top:44px !important;
    padding-bottom:44px !important;
  }body .az-blog-grid,
body .az-cards,
body .az-events-grid{
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    gap:20px !important;
  }body .az-post-card,
body .az-card,
body .az-event-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }body .az-shell{
    width:100% !important;
    max-width:100% !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }
}

@media (min-width: 901px){.az-header .az-nav-wrap{
    height:76px;
    display:flex;
    align-items:center;
  }
}

@media (max-width: 900px){.az-header .az-nav-wrap{
    display:grid !important;
    grid-template-columns:minmax(92px,1fr) auto auto !important;
    align-items:center !important;
    gap:8px !important;
    height:62px !important;
  }.az-header .az-header-actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:6px !important;
    min-width:0 !important;
    max-width:100% !important;
  }.az-header .az-social-header{
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    min-width:0 !important;
  }.az-header .az-social-header a[aria-label="E-posta"],
.az-header .az-social-header a[aria-label="Mail"],
.az-header .az-header-icon,
.az-header .az-social-header a,
.az-header .az-menu-toggle{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    min-height:34px !important;
    flex:0 0 34px !important;
  }.az-header .az-logo{
    font-size:19px !important;
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}

@media (max-width: 390px){.az-header .az-nav-wrap{
    grid-template-columns:minmax(82px,1fr) auto auto !important;
    gap:5px !important;
  }.az-header .az-header-actions,
.az-header .az-social-header{
    gap:4px !important;
  }.az-header .az-header-icon,
.az-header .az-social-header a,
.az-header .az-menu-toggle{
    width:31px !important;
    height:31px !important;
    min-width:31px !important;
    min-height:31px !important;
    flex-basis:31px !important;
  }.az-header .az-logo{
    font-size:17px !important;
  }
}html,
body{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

@media (max-width: 900px){#page,
.site,
.site-content,
.content-area,
main,
.az-main,
.az-site,
.az-page-wrap,
.az-hero,
.az-astro-slider,
.az-section,
.az-shell,
.az-nav-wrap,
.az-header,
.az-footer{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    overflow-x:hidden !important;
  }body{
    position:relative !important;
    left:0 !important;
    right:auto !important;
    margin:0 !important;
  }.az-shell{
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }.az-header{
    left:0 !important;
    right:0 !important;
  }.az-header .az-nav-wrap{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    padding-left:12px !important;
    padding-right:12px !important;
    margin:0 !important;
  }.az-header .az-menu-toggle{
    order:1 !important;
    flex:0 0 36px !important;
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    min-height:36px !important;
  }.az-header .az-logo{
    order:2 !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    max-width:132px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    font-size:18px !important;
    line-height:1 !important;
  }.az-header .az-header-actions{
    order:3 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:5px !important;
    flex:0 1 auto !important;
    min-width:0 !important;
    max-width:190px !important;
  }.az-header .az-social-header{
    display:flex !important;
    align-items:center !important;
    gap:5px !important;
    min-width:0 !important;
  }.az-header .az-header-icon,
.az-header .az-social-header a{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    flex:0 0 32px !important;
  }.az-header .az-social-header a[aria-label="E-posta"],
.az-header .az-social-header a[aria-label="Mail"],
.az-menu{
    left:16px !important;
    right:16px !important;
    width:auto !important;
    max-width:calc(100% - 32px) !important;
  }.az-hero{
    padding-top:28px !important;
    padding-bottom:24px !important;
    margin:0 !important;
  }.az-hero-inner{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }.az-hero-copy,
.az-slider-surface-clean .az-hero-copy{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding:24px !important;
    box-sizing:border-box !important;
  }.az-astro-slider + .az-section,
.az-hero + .az-section{
    padding-top:22px !important;
    margin-top:0 !important;
  }.az-section{
    padding-top:42px !important;
    padding-bottom:42px !important;
  }.az-blog-grid,
.az-cards,
.az-events-grid{
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    gap:20px !important;
  }.az-post-card,
.az-card,
.az-event-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }img,
svg,
video,
iframe{
    max-width:100% !important;
  }
}

@media (max-width: 420px){.az-shell{
    padding-left:12px !important;
    padding-right:12px !important;
  }.az-header .az-nav-wrap{
    padding-left:8px !important;
    padding-right:8px !important;
    gap:4px !important;
  }.az-header .az-logo{
    max-width:118px !important;
    font-size:17px !important;
  }.az-header .az-header-actions{
    gap:4px !important;
    max-width:176px !important;
  }.az-header .az-header-icon,
.az-header .az-social-header a{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    flex-basis:30px !important;
  }.az-header .az-menu-toggle{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    min-height:34px !important;
    flex-basis:34px !important;
  }.az-hero-copy,
.az-slider-surface-clean .az-hero-copy{
    padding:22px !important;
  }
}

@media (max-width: 900px){body{
    overflow-x:hidden !important;
  }.az-shell{
    width:calc(100% - 28px) !important;
    max-width:430px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }.az-header .az-nav-wrap{
    width:calc(100% - 20px) !important;
    max-width:430px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    display:flex !important;
    justify-content:center !important;
    gap:5px !important;
  }.az-header .az-menu-toggle{
    order:1 !important;
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    flex:0 0 32px !important;
  }.az-header .az-logo{
    order:2 !important;
    flex:0 1 104px !important;
    max-width:104px !important;
    min-width:0 !important;
    font-size:17px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }.az-header .az-header-actions{
    order:3 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:4px !important;
    flex:0 0 auto !important;
    max-width:none !important;
  }.az-header .az-social-header{
    display:flex !important;
    align-items:center !important;
    gap:4px !important;
  }.az-header .az-header-icon,
.az-header .az-social-header a{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    flex:0 0 30px !important;
  }.az-header .az-social-header a[aria-label="E-posta"],
.az-header .az-social-header a[aria-label="Mail"],
.az-hero,
.az-astro-slider{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }.az-hero-inner{
    width:calc(100% - 28px) !important;
    max-width:430px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }.az-hero-copy,
.az-slider-surface-clean .az-hero-copy{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }.az-blog-grid,
.az-cards,
.az-events-grid{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }.az-post-card,
.az-card,
.az-event-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }.az-thumb,
.az-thumb img{
    width:100% !important;
  }
}

@media (max-width: 390px){.az-shell,
.az-hero-inner{
    width:calc(100% - 22px) !important;
  }.az-header .az-nav-wrap{
    width:calc(100% - 14px) !important;
    gap:3px !important;
  }.az-header .az-logo{
    flex-basis:96px !important;
    max-width:96px !important;
    font-size:16px !important;
  }.az-header .az-menu-toggle{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    flex-basis:30px !important;
  }.az-header .az-header-icon,
.az-header .az-social-header a{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
    flex-basis:28px !important;
  }
}.az-header{
  position:sticky !important;
  top:0 !important;
  z-index:99990 !important;
  margin-top:0 !important;
}body.admin-bar .az-header{
  top:0 !important;
}

@media (min-width:901px){.az-header .az-nav-wrap{
    height:76px !important;
    display:flex !important;
    align-items:center !important;
  }
}

@media (max-width:900px){.az-header{
    top:0 !important;
  }.az-header .az-nav-wrap{
    width:calc(100% - 24px) !important;
    max-width:430px !important;
    height:58px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:36px minmax(0,1fr) auto !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    overflow:visible !important;
  }.az-header .az-menu-toggle{
    order:1 !important;
    position:relative !important;
    z-index:5 !important;
    pointer-events:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    min-height:34px !important;
    flex:0 0 34px !important;
    margin:0 !important;
  }.az-header .az-logo{
    order:2 !important;
    justify-self:start !important;
    max-width:118px !important;
    min-width:0 !important;
    width:auto !important;
    font-size:17px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    pointer-events:auto !important;
  }.az-header .az-header-actions{
    order:3 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:4px !important;
    min-width:0 !important;
    max-width:none !important;
    overflow:visible !important;
  }.az-header .az-social-header{
    display:flex !important;
    align-items:center !important;
    gap:4px !important;
  }.az-header .az-header-icon,
.az-header .az-social-header a{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    flex:0 0 30px !important;
  }.az-header .az-social-header a[aria-label="E-posta"],
.az-header .az-social-header a[aria-label="Mail"],
.az-header .az-menu{
    display:none !important;
    position:absolute !important;
    top:58px !important;
    left:12px !important;
    right:12px !important;
    width:auto !important;
    max-width:none !important;
    z-index:99999 !important;
    padding:18px !important;
    border-radius:18px !important;
    background:rgba(5,8,22,.96) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 24px 70px rgba(0,0,0,.42) !important;
    
    overflow:hidden !important;
  }.az-header .az-menu.open{
    display:block !important;
  }.az-header .az-menu ul{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:0 !important;
    padding:0 !important;
  }.az-hero,
.az-astro-slider{
    padding-top:26px !important;
    padding-bottom:24px !important;
    margin-top:0 !important;
  }.az-astro-slider + .az-section,
.az-hero + .az-section{
    padding-top:18px !important;
    margin-top:0 !important;
  }.az-shell,
.az-hero-inner{
    width:calc(100% - 28px) !important;
    max-width:430px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }.az-hero-copy,
.az-slider-surface-clean .az-hero-copy,
.az-post-card,
.az-card,
.az-event-card{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media(max-width:390px){.az-header .az-nav-wrap{
    width:calc(100% - 16px) !important;
    grid-template-columns:34px minmax(0,1fr) auto !important;
    gap:4px !important;
  }.az-header .az-logo{
    max-width:104px !important;
    font-size:16px !important;
  }.az-header .az-menu-toggle{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    flex-basis:32px !important;
  }.az-header .az-header-icon,
.az-header .az-social-header a{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
    flex-basis:28px !important;
  }.az-shell,
.az-hero-inner{
    width:calc(100% - 22px) !important;
  }
}:root{
  --az-fixed-header-height:76px;
  --az-wp-adminbar-offset:0px;
}body.admin-bar{
  --az-wp-adminbar-offset:32px;
}

@media(max-width:782px){body.admin-bar{
    --az-wp-adminbar-offset:46px;
  }
}body{
  padding-top:var(--az-fixed-header-height) !important;
}.az-header{
  position:fixed !important;
  top:var(--az-wp-adminbar-offset) !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:2147483000 !important;
  margin:0 !important;
  transform:none !important;
}.az-header .az-nav-wrap{
  height:var(--az-fixed-header-height) !important;
}.az-hero,
.az-astro-slider,
.az-section,
main{
  position:relative;
  z-index:1;
}.az-header .az-menu,
.az-header .az-menu.open{
  z-index:2147483001 !important;
}

@media(max-width:900px){:root{
    --az-fixed-header-height:58px;
  }body{
    padding-top:var(--az-fixed-header-height) !important;
  }.az-header .az-nav-wrap{
    height:var(--az-fixed-header-height) !important;
  }.az-header .az-menu{
    position:fixed !important;
    top:calc(var(--az-wp-adminbar-offset) + var(--az-fixed-header-height)) !important;
    left:12px !important;
    right:12px !important;
    width:auto !important;
    max-width:none !important;
    z-index:2147483001 !important;
  }.az-header .az-menu.open{
    display:block !important;
  }.az-hero,
.az-astro-slider{
    margin-top:0 !important;
  }
}

@media(min-width:901px){.az-header .az-menu{
    position:static !important;
  }
}html,
body{
  overflow-x:hidden !important;
}.az-header{
  overflow:visible !important;
}

@media(max-width:900px){body{
    width:100% !important;
    max-width:100% !important;
  }.az-header{
    overflow:visible !important;
    isolation:isolate !important;
  }.az-header .az-nav-wrap{
    overflow:visible !important;
  }.az-header .az-menu{
    display:none !important;
    position:fixed !important;
    top:calc(var(--az-wp-adminbar-offset, 0px) + var(--az-fixed-header-height, 58px) + 10px) !important;
    left:50% !important;
    right:auto !important;
    width:calc(100vw - 28px) !important;
    max-width:430px !important;
    transform:translateX(-50%) !important;
    z-index:2147483646 !important;
    padding:16px !important;
    border-radius:20px !important;
    background:rgba(5,8,22,.98) !important;
    border:1px solid rgba(172,116,175,.22) !important;
    box-shadow:0 30px 90px rgba(0,0,0,.65),0 0 34px rgba(172,116,175,.14) !important;
    
    
    overflow:hidden !important;
    box-sizing:border-box !important;
  }.az-header .az-menu.open{
    display:block !important;
  }.az-header .az-menu ul{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
  }.az-header .az-menu li{
    margin:0 !important;
    padding:0 !important;
  }.az-header .az-mobile-social{
    margin-top:12px !important;
  }.az-header .az-mobile-social .az-social-icons{
    justify-content:center !important;
  }.az-hero,
.az-astro-slider,
.az-section,
.az-shell,
.az-blog-grid,
.az-cards,
.az-events-grid{
    max-width:100% !important;
    overflow-x:hidden !important;
  }.az-hero-copy,
.az-slider-surface-clean .az-hero-copy{
    max-width:100% !important;
  }
}

@media(max-width:420px){.az-header .az-menu{
    width:calc(100vw - 22px) !important;
  }
}#wpadminbar{
  display:block!important;
  visibility:visible!important;
  z-index:2147483647!important;
}body.admin-bar .az-header{
  top:32px!important;
}
@media(max-width:782px){body.admin-bar .az-header{
    top:46px!important;
  }
}.az-post-card .az-card-meta-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
}.az-post-card .az-card-taxonomy-group{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:nowrap!important;
  min-width:0!important;
  overflow:hidden!important;
}.az-post-card .az-card-date{
  margin-left:auto!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
@media(max-width:900px){.az-post-card .az-card-taxonomy-badge{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }.az-post-card .az-card-taxonomy-group{
    max-width:calc(100% - 105px)!important;
  }
}

@media(max-width:900px){body article.az-post-card .az-post-card-body > .az-card-meta-row,
body .az-blog-grid article.az-post-card .az-post-card-body > .az-card-meta-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    column-gap:8px!important;
    row-gap:0!important;
    width:100%!important;
    margin:0 0 12px!important;
    padding:0!important;
    overflow:visible!important;
  }body article.az-post-card .az-card-meta-row > .az-card-taxonomy-group,
body .az-blog-grid article.az-post-card .az-card-meta-row > .az-card-taxonomy-group{
    grid-column:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }body article.az-post-card .az-card-meta-row > .az-card-date,
body .az-blog-grid article.az-post-card .az-card-meta-row > .az-card-date{
    grid-column:2!important;
    justify-self:end!important;
    align-self:center!important;
    margin:0!important;
    width:max-content!important;
    max-width:max-content!important;
    flex:none!important;
    white-space:nowrap!important;
  }body article.az-post-card .az-card-taxonomy-badge,
body .az-blog-grid article.az-post-card .az-card-taxonomy-badge{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}.az-footer-modern .az-footer-shell{
  display:grid!important;
  grid-template-columns:minmax(240px,1fr) minmax(220px,auto) minmax(160px,auto)!important;
  align-items:center!important;
  gap:24px!important;
  justify-content:normal!important;
}.az-footer-social{grid-column:3!important;justify-content:flex-end!important;}.az-footer-bottom{grid-column:1/-1!important;}
@media(max-width:980px){.az-footer-modern .az-footer-shell{grid-template-columns:1fr!important;text-align:center!important;}.az-footer-social{grid-column:1!important;justify-content:center!important;text-align:center!important;}
}body.az-hide-badges .az-kicker,
body.az-hide-badges .az-consulting-kicker,
body.az-hide-badges .az-service-kicker,
body.az-hide-badges .az-page-kicker,
body.az-hide-badges .az-badge,
body.az-hide-badges .az-category-badge,
body.az-hide-badges .az-post-category,
body.az-hide-badges .cat-links,
body.az-hide-badges .post-categories,
body.az-hide-badges a[rel=category],
body.az-hide-badges a[rel="category tag"]{display:none!important;}/* AstroTema v5.7.4 — Header / Mobil Menü Konsolidasyonu */
.az-header-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-shrink:0!important;
}.az-header .az-header-actions > .az-social-icons,
.az-header .az-header-actions > .az-social-header{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}.az-header .az-header-actions .az-header-icon,
.az-header .az-header-actions button.az-header-icon,
.az-header .az-header-actions a.az-header-icon,
.az-header .az-header-actions > .az-social-icons > a,
.az-header .az-header-actions > .az-social-header > a,
.az-header .az-header-actions .az-social-icons a,
.az-header .az-header-actions .az-social-header a{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  border:1px solid rgba(172,116,175,.30)!important;
  background:radial-gradient(circle at 50% 45%,rgba(172,116,175,.14),rgba(255,255,255,.035) 62%,rgba(255,255,255,.025))!important;
  color:#F5F7FF!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.035) inset,0 0 22px rgba(172,116,175,.12)!important;
  text-decoration:none!important;
  line-height:1!important;
  padding:0!important;
  margin:0!important;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease!important;
}.az-header .az-header-actions .az-header-icon:hover,
.az-header .az-header-actions > .az-social-icons > a:hover,
.az-header .az-header-actions > .az-social-header > a:hover,
.az-header .az-header-actions .az-social-icons a:hover,
.az-header .az-header-actions .az-social-header a:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(172,116,175,.65)!important;
  background:radial-gradient(circle at 50% 45%,rgba(172,116,175,.22),rgba(172,116,175,.08) 64%,rgba(255,255,255,.035))!important;
  box-shadow:0 0 0 1px rgba(172,116,175,.16) inset,0 0 28px rgba(172,116,175,.22)!important;
  color:#fff!important;
}.az-header .az-header-actions svg,
.az-header .az-header-actions .az-social-icons svg,
.az-header .az-header-actions .az-social-header svg,
.az-header .az-header-actions .az-header-icon svg{
  width:18px!important;
  height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}.az-customer-panel-link{position:relative!important;}.az-customer-panel-link:after{
  content:'';
  position:absolute;
  right:6px;
  top:6px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--az-blue);
  box-shadow:0 0 12px rgba(172,116,175,.8);
}
@media(max-width:900px){.az-header-actions .az-social-icons,
.az-header-actions .az-social-header{display:none!important;}.az-header-actions{gap:7px!important;}.az-header .az-header-actions .az-header-icon,
.az-header .az-header-actions button.az-header-icon,
.az-header .az-header-actions a.az-header-icon{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
  }
}/* AstroTema v5.7.8 - flat background lock */
body{background:var(--az-bg,#43385D)!important;}/* AstroTema v5.8.13 - Footer marka alanı temizliği */
.az-footer-modern{
  padding:44px 0 24px!important;
}.az-footer-modern .az-footer-shell{
  display:grid!important;
  grid-template-columns:auto minmax(20px,1fr) auto!important;
  align-items:center!important;
  gap:24px!important;
  justify-content:normal!important;
}.az-footer-brand{
  grid-column:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}.az-footer-modern .az-footer-logo{
  display:block!important;
  width:auto!important;
  max-width:180px!important;
  max-height:72px!important;
  margin:0!important;
  object-fit:contain!important;
}.az-footer-social{
  grid-column:3!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  margin:0!important;
}.az-footer-social .az-social-icons{
  justify-content:flex-end!important;
  margin:0!important;
}.az-footer-bottom{
  grid-column:1/-1!important;
  margin-top:28px!important;
  padding-top:20px!important;
  justify-content:center!important;
  text-align:center!important;
}
@media(max-width:980px){.az-footer-modern .az-footer-shell{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
  }.az-footer-brand,
.az-footer-social,
.az-footer-bottom{
    grid-column:1!important;
  }.az-footer-brand{justify-content:center!important;}.az-footer-social,
.az-footer-social .az-social-icons{justify-content:center!important;}
}/* AstroTema v5.9.1 - Temel Sayfalar */
.az-basic-page{margin-top:54px;margin-bottom:64px;}.az-contact-head{text-align:left;max-width:920px;margin-left:auto;margin-right:auto;}.az-contact-head h1,
.az-legal-head h1{color:var(--az-white,#F5F7FF);font-size:clamp(38px,5vw,68px);line-height:1.05;margin:0 0 16px;letter-spacing:-.045em;}.az-contact-intro,
.az-legal-head p{color:var(--az-text,#B8C1D9);font-size:18px;line-height:1.75;margin:0;}.az-contact-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:28px;align-items:start;}.az-contact-info-card,
.az-contact-form-card,
.az-legal-card{background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border-radius:30px;padding:clamp(24px,3vw,34px);box-shadow:0 24px 76px rgba(0,0,0,.26);}.az-contact-info-card h2,
.az-contact-form-card h2,
.az-legal-content h2{color:var(--az-white,#F5F7FF);margin:0 0 18px;line-height:1.2;letter-spacing:-.025em;}.az-contact-list a,
.az-contact-list div{display:block;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:18px;padding:15px 16px;}.az-contact-form-card input:not([type="submit"]),
.az-contact-form-card textarea,
.az-contact-form-card select{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(5,8,22,.55);color:var(--az-white,#F5F7FF);border-radius:14px;padding:13px 14px;box-shadow:none;}.az-contact-form-card input[type="submit"],
.az-contact-form-card button[type="submit"]{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(172,116,175,.42);background:linear-gradient(135deg,rgba(52,17,147,.35),rgba(172,116,175,.18));color:var(--az-white,#F5F7FF);border-radius:999px;padding:13px 22px;font-weight:900;cursor:pointer;}.az-contact-empty-form{border:1px dashed rgba(255,255,255,.18);border-radius:18px;padding:20px;color:var(--az-text,#B8C1D9);}.az-legal-card{max-width:920px;margin:0 auto;}.az-legal-head{margin-bottom:28px;}.az-legal-content{color:var(--az-text,#B8C1D9);}.az-legal-content p{font-size:17px;line-height:1.85;}.az-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;width:100%;}.az-footer-legal{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}.az-footer-legal a{color:var(--az-text,#B8C1D9);font-size:13px;font-weight:700;opacity:.9;}.az-footer-legal a:hover{color:var(--az-blue,#AC74AF);}
@media(max-width:900px){.az-contact-layout{grid-template-columns:1fr}.az-contact-head{text-align:left}.az-footer-bottom{align-items:flex-start;flex-direction:column}.az-footer-legal{gap:10px}}/* =========================================================
   AstroTema v5.9.3 — Contact Page Refinement
   ========================================================= */
.az-contact-template{margin-top:54px;margin-bottom:70px;}.az-contact-hero{max-width:920px;margin:0 auto 34px;text-align:center;padding:36px 22px;border-radius:34px;background:radial-gradient(circle at 12% 15%,rgba(52,17,147,.18),transparent 34%),radial-gradient(circle at 88% 12%,rgba(172,116,175,.12),transparent 34%),rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.10);box-shadow:0 24px 80px rgba(0,0,0,.24)}.az-contact-hero h1{margin:0 0 14px!important;color:var(--az-white,#F5F7FF)!important;font-size:clamp(38px,5vw,68px)!important;line-height:1.05;letter-spacing:-.045em;}.az-contact-hero p{max-width:720px;margin:0 auto;color:var(--az-text,#B8C1D9);font-size:18px;line-height:1.75;}.az-contact-layout{display:grid!important;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr)!important;gap:24px!important;align-items:stretch!important;}.az-contact-info-card,
.az-contact-form-card{background:linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.028))!important;border-radius:30px!important;padding:clamp(24px,3vw,34px)!important;box-shadow:0 24px 76px rgba(0,0,0,.26)!important;}.az-contact-info-card h2,
.az-contact-form-card h2{color:var(--az-white,#F5F7FF)!important;margin:0 0 12px!important;line-height:1.2;letter-spacing:-.025em;}.az-contact-list{display:grid;gap:12px;}.az-contact-list a,
.az-contact-list div{display:block;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:18px;padding:15px 16px;transition:.22s ease;}.az-contact-list a:hover{border-color:rgba(172,116,175,.34);background:rgba(172,116,175,.075);transform:translateY(-1px);}.az-contact-list span{display:block;color:var(--az-blue,#AC74AF);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}.az-contact-list strong{display:block;color:var(--az-white,#F5F7FF);font-size:15px;line-height:1.55;font-weight:700;}.az-contact-social{margin-top:22px;}.az-built-contact-form p{margin:0 0 16px;}.az-built-contact-form label{display:block;color:var(--az-white,#F5F7FF);font-size:13px;font-weight:800;line-height:1.4;}.az-built-contact-form label span{color:var(--az-blue,#AC74AF);}.az-built-contact-form input,
.az-built-contact-form textarea,
.az-contact-form-card input:not([type="submit"]),
.az-contact-form-card textarea,
.az-contact-form-card select{width:100%;margin-top:8px;border:1px solid rgba(255,255,255,.14)!important;background:rgba(5,8,22,.58)!important;color:var(--az-white,#F5F7FF)!important;border-radius:16px!important;padding:14px 15px!important;box-shadow:none!important;outline:none!important;}.az-built-contact-form input:focus,
.az-built-contact-form textarea:focus,
.az-contact-form-card input:focus,
.az-contact-form-card textarea:focus{border-color:rgba(172,116,175,.46)!important;box-shadow:0 0 0 3px rgba(172,116,175,.10)!important;}.az-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.az-contact-submit,
.az-contact-form-card input[type="submit"],
.az-contact-form-card button[type="submit"]{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(172,116,175,.42)!important;background:linear-gradient(135deg,rgba(52,17,147,.45),rgba(172,116,175,.22))!important;color:var(--az-white,#F5F7FF)!important;border-radius:999px!important;padding:14px 24px!important;font-weight:900!important;cursor:pointer;box-shadow:0 0 28px rgba(172,116,175,.14)!important;}.az-contact-submit:hover,
.az-contact-form-card input[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 0 36px rgba(172,116,175,.24)!important;}.az-contact-hp{position:absolute!important;left:-9999px!important;height:1px!important;width:1px!important;overflow:hidden!important;}.az-contact-notice{max-width:920px;margin:0 auto 22px;padding:15px 18px;border-radius:18px;font-weight:800;}.az-contact-success{background:rgba(172,116,175,.10);border:1px solid rgba(172,116,175,.26);color:var(--az-white,#F5F7FF);}.az-contact-error{background:rgba(255,90,90,.10);border:1px solid rgba(255,90,90,.28);color:var(--az-white,#F5F7FF);}
@media(max-width:900px){.az-contact-template{margin-top:28px}.az-contact-layout{grid-template-columns:1fr!important}.az-contact-hero{text-align:left;padding:28px 20px}.az-form-grid{grid-template-columns:1fr}.az-contact-info-card,
.az-contact-form-card{border-radius:24px!important;padding:22px!important;}}/* =========================================================
   AstroTema v5.9.4 — Contact page layout cleanup
   ========================================================= */
.page-template-page-contact .az-contact-template,
.az-contact-template{
    padding-top:clamp(56px,7vw,86px)!important;
    padding-bottom:clamp(64px,8vw,96px)!important;
    margin-top:0!important;
    margin-bottom:0!important;
}.az-contact-template .az-contact-hero{
    width:min(760px,100%)!important;
    max-width:760px!important;
    margin:0 auto 52px!important;
    padding:clamp(30px,4vw,44px) clamp(24px,4vw,42px)!important;
    border-radius:30px!important;
    position:relative!important;
    z-index:1!important;
    overflow:hidden!important;
}.az-contact-template .az-contact-hero h1{
    margin:0 0 16px!important;
}.az-contact-template .az-contact-hero p{
    display:block!important;
    max-width:660px!important;
    margin:0 auto!important;
    opacity:1!important;
    visibility:visible!important;
    max-height:none!important;
    overflow:visible!important;
}.az-contact-template .az-contact-layout{
    width:min(1180px,100%)!important;
    max-width:1180px!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr)!important;
    gap:32px!important;
    align-items:start!important;
}.az-contact-template .az-contact-info-card,
.az-contact-template .az-contact-form-card{
    align-self:start!important;
    min-height:0!important;
    height:auto!important;
    position:relative!important;
    z-index:1!important;
}.az-contact-template .az-contact-info-card{
    padding:30px!important;
}.az-contact-template .az-contact-form-card{
    padding:30px!important;
}.az-contact-template .az-contact-card-intro{
    margin-bottom:22px!important;
}.az-contact-template .az-contact-list:empty{
    display:none!important;
}.az-contact-template .az-contact-form-head{
    margin-bottom:20px!important;
}.az-contact-template .az-form-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
}.az-contact-template .az-built-contact-form p{
    margin:0 0 17px!important;
}.az-contact-template .az-built-contact-form textarea{
    min-height:145px!important;
    resize:vertical!important;
}
@media(max-width:900px){.az-contact-template{
        padding-top:34px!important;
    }.az-contact-template .az-contact-hero{
        text-align:left!important;
        margin-bottom:28px!important;
        padding:28px 20px!important;
        border-radius:24px!important;
    }.az-contact-template .az-contact-hero p{
        margin-left:0!important;
        margin-right:0!important;
    }.az-contact-template .az-contact-layout{
        grid-template-columns:1fr!important;
        gap:22px!important;
    }.az-contact-template .az-form-grid{
        grid-template-columns:1fr!important;
        gap:0!important;
    }
}/* =========================================================
   AstroTema v5.9.5 — Contact page scale + badge cleanup
   ========================================================= */
.page-template-page-contact .az-contact-template,
.az-contact-template{
    width:min(1240px,calc(100% - 56px))!important;
    max-width:1240px!important;
    margin:58px auto 78px!important;
    padding:0!important;
}.az-contact-template .az-contact-hero{
    width:100%!important;
    max-width:none!important;
    margin:0 0 34px!important;
    padding:46px 54px!important;
    text-align:left!important;
    border-radius:32px!important;
    border:1px solid rgba(255,255,255,.11)!important;
    background:
        radial-gradient(circle at 12% 0%,rgba(52,17,147,.24),transparent 34%),
        radial-gradient(circle at 88% 12%,rgba(172,116,175,.16),transparent 34%),
        linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
    box-shadow:0 26px 80px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08)!important;
    
    
    overflow:hidden!important;
}.az-contact-template .az-contact-hero h1{
    margin:0 0 14px!important;
    max-width:760px!important;
    color:#F5F7FF!important;
    font-family:var(--az-font-heading),Ubuntu,system-ui,sans-serif!important;
    font-size:clamp(3rem,6vw,5.8rem)!important;
    line-height:.92!important;
    letter-spacing:-.06em!important;
}.az-contact-template .az-contact-hero p{
    max-width:760px!important;
    margin:0!important;
    color:#D6DDF3!important;
    font-size:clamp(1.05rem,1.8vw,1.25rem)!important;
    line-height:1.8!important;
}.az-contact-template .az-contact-eyebrow,
.az-contact-template .az-contact-form-head > span{
    display:none!important;
}.az-contact-template .az-contact-layout{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr)!important;
    gap:24px!important;
    align-items:start!important;
}.az-contact-template .az-contact-info-card,
.az-contact-template .az-contact-form-card{
    min-height:0!important;
    height:auto!important;
    align-self:start!important;
    border-radius:30px!important;
    padding:32px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.028))!important;
    box-shadow:0 24px 76px rgba(0,0,0,.26)!important;
}.az-contact-template .az-contact-info-card h2,
.az-contact-template .az-contact-form-card h2{
    margin:0 0 14px!important;
    color:#F5F7FF!important;
    line-height:1.18!important;
    letter-spacing:-.025em!important;
}.az-contact-template .az-contact-form-head{
    margin-bottom:22px!important;
}.az-contact-template .az-contact-social{
    margin-top:24px!important;
    padding-top:18px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
}
@media(max-width:900px){.page-template-page-contact .az-contact-template,
.az-contact-template{
        width:calc(100% - 28px)!important;
        margin:28px auto 48px!important;
    }.az-contact-template .az-contact-hero{
        padding:30px 22px!important;
        border-radius:24px!important;
    }.az-contact-template .az-contact-hero h1{
        font-size:clamp(2.4rem,13vw,4.2rem)!important;
        line-height:.98!important;
    }.az-contact-template .az-contact-layout{
        grid-template-columns:1fr!important;
        gap:22px!important;
    }.az-contact-template .az-contact-info-card,
.az-contact-template .az-contact-form-card{
        padding:24px!important;
        border-radius:24px!important;
    }
}/* AstroTema v5.9.8 - İletişim sayfası gereksiz açıklama metni temizliği */
.az-contact-template .az-contact-card-intro,
.az-contact-template .az-contact-form-head p{
    display:none!important;
}.az-contact-template .az-contact-form-head{
    margin-bottom:18px!important;
}/* AstroTema v5.9.9 - Contact cards equal height + Turkish label typography */
.az-contact-template .az-contact-layout{
    align-items:stretch!important;
}.az-contact-template .az-contact-info-card,
.az-contact-template .az-contact-form-card{
    align-self:stretch!important;
    height:100%!important;
}.az-contact-template .az-contact-info-card{
    display:flex!important;
    flex-direction:column!important;
}.az-contact-template .az-contact-list{
    flex:1 1 auto!important;
}.az-contact-template .az-contact-social{
    margin-top:auto!important;
}.az-contact-template .az-contact-list span{
    font-family:Arial, "Helvetica Neue", Helvetica, system-ui, sans-serif!important;
    font-weight:700!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:geometricPrecision!important;
}
@media(max-width:900px){.az-contact-template .az-contact-info-card,
.az-contact-template .az-contact-form-card{
        height:auto!important;
    }.az-contact-template .az-contact-social{
        margin-top:24px!important;
    }
}/* AstroTema v5.10.0 - Footer copyright inline privacy link */
.az-footer-bottom{justify-content:center!important;text-align:center!important;}.az-footer-copyright{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;text-align:center!important;}.az-footer-copyright .az-footer-separator{color:rgba(245,247,255,.38)!important;}.az-footer-copyright .az-footer-privacy-link{color:var(--az-text,#B8C1D9)!important;font-size:13px!important;font-weight:700!important;opacity:.92!important;text-decoration:none!important;box-shadow:none!important;}.az-footer-legal{display:none!important;}/* =========================================================
   AstroTema v5.10.1 — Legal page layout + footer legal link
   ========================================================= */
.az-legal-page{
  --az-legal-max:1240px;
  width:min(var(--az-legal-max),calc(100% - 56px))!important;
  margin:58px auto 78px!important;
}.az-legal-hero{
  margin:0 0 34px!important;
  padding:46px 54px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(52,17,147,.22),transparent 34%),
    radial-gradient(circle at 88% 12%,rgba(172,116,175,.15),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
  box-shadow:0 26px 80px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08)!important;
  
  
}.az-legal-hero h1{
  margin:0!important;
  color:#F5F7FF!important;
  font-family:var(--az-font-heading),Ubuntu,system-ui,sans-serif!important;
  font-size:clamp(3rem,6vw,5.8rem)!important;
  line-height:.92!important;
  letter-spacing:-.06em!important;
}.az-legal-hero p{
  max-width:760px!important;
  margin:18px 0 0!important;
  color:#D6DDF3!important;
  font-size:clamp(1.05rem,1.8vw,1.25rem)!important;
  line-height:1.8!important;
}.az-legal-document{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(30px,4vw,54px)!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:32px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.060),rgba(255,255,255,.024))!important;
  box-shadow:0 24px 76px rgba(0,0,0,.26)!important;
  color:#C8D0E6!important;
  line-height:1.86!important;
}.az-legal-document > *{
  max-width:980px!important;
}.az-legal-document h1,
.az-legal-document h2,
.az-legal-document h3,
.az-legal-document h4{
  color:#F5F7FF!important;
  letter-spacing:-.025em!important;
  line-height:1.2!important;
}.az-legal-document h1{font-size:clamp(2rem,3vw,3rem)!important;margin:0 0 28px!important;}.az-legal-document h2{font-size:clamp(1.45rem,2vw,2.1rem)!important;margin:36px 0 16px!important;}.az-legal-document h3{font-size:clamp(1.18rem,1.5vw,1.45rem)!important;margin:28px 0 12px!important;}.az-legal-document p,
.az-legal-document li{
  color:#C8D0E6!important;
  font-size:var(--az-body-font-size,17px)!important;
  line-height:1.86!important;
}.az-legal-document a{color:#AC74AF!important;text-decoration:none!important;box-shadow:inset 0 -1px 0 rgba(172,116,175,.45)!important;}.az-footer-copyright,
.az-footer-copyright span,
.az-footer-copyright .az-footer-privacy-link{
  color:var(--az-text,#B8C1D9)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.6!important;
  letter-spacing:0!important;
}.az-footer-copyright .az-footer-privacy-link{
  opacity:1!important;
  text-decoration:none!important;
  box-shadow:none!important;
}.az-footer-copyright .az-footer-privacy-link:hover{color:var(--az-blue,#AC74AF)!important;}
@media(max-width:900px){.az-legal-page{width:calc(100% - 28px)!important;margin:30px auto 48px!important;}.az-legal-hero,
.az-legal-document{padding:28px 22px!important;border-radius:24px!important;}.az-legal-hero h1{font-size:clamp(2.3rem,12vw,4rem)!important;}
}

/* AstroTema v5.10.2 - Desktop header height fix */
@media (min-width:901px){.az-header{
    overflow:visible !important;
  }.az-header .az-nav-wrap{
    height:112px !important;
    min-height:112px !important;
    padding-top:14px !important;
    padding-bottom:14px !important;
    align-items:center !important;
  }.az-header .az-logo,
.az-header .az-menu,
.az-header .az-header-actions{
    align-self:center !important;
  }.az-header .az-logo{
    display:flex !important;
    align-items:center !important;
  }
}

/* AstroTema v5.10.3 - Compact desktop footer */
@media (min-width:901px){.az-footer-modern{
    padding:28px 0 18px!important;
  }.az-footer-modern .az-footer-shell{
    gap:16px!important;
    align-items:center!important;
  }.az-footer-modern .az-footer-logo{
    max-width:150px!important;
    max-height:56px!important;
  }.az-footer-social .az-social-icons a,
.az-footer-right .az-social-icons a{
    width:38px!important;
    height:38px!important;
  }.az-footer-bottom{
    margin-top:18px!important;
    padding-top:14px!important;
  }.az-footer-copyright,
.az-footer-copyright span,
.az-footer-copyright .az-footer-privacy-link{
    font-size:12.5px!important;
    line-height:1.5!important;
  }
}

/* AstroTema v5.10.5 - Footer final compact spacing */
@media (min-width:901px){.az-footer-modern{
    padding:18px 0 12px!important;
  }.az-footer-modern .az-footer-shell{
    gap:10px!important;
    row-gap:8px!important;
    align-items:center!important;
  }.az-footer-modern .az-footer-logo{
    max-width:140px!important;
    max-height:50px!important;
  }.az-footer-social,
.az-footer-social .az-social-icons{
    margin-bottom:0!important;
  }.az-footer-bottom{
    margin-top:8px!important;
    padding-top:10px!important;
  }.az-footer-copyright,
.az-footer-copyright span,
.az-footer-copyright .az-footer-privacy-link{
    font-size:12.5px!important;
    line-height:1.45!important;
  }
}

/* AstroTema v5.10.5 - Footer logo slight size increase */
@media (min-width:901px){.az-footer-modern .az-footer-logo{
    max-width:160px!important;
    max-height:58px!important;
  }
}

/* AstroTema v5.10.6 - Home slider to first block spacing fix */
@media (min-width:901px){body.home .az-astro-slider.az-hero,
body.front-page .az-astro-slider.az-hero,
body.page-template-front-page .az-astro-slider.az-hero{
    min-height:clamp(560px,58vh,700px)!important;
    padding-top:clamp(58px,5vw,86px)!important;
    padding-bottom:clamp(34px,3.2vw,52px)!important;
    margin-bottom:0!important;
  }body.home .az-astro-slider + .az-section,
body.front-page .az-astro-slider + .az-section,
body.page-template-front-page .az-astro-slider + .az-section,
body.home .az-hero + .az-section,
body.front-page .az-hero + .az-section,
body.page-template-front-page .az-hero + .az-section{
    padding-top:clamp(26px,2.6vw,44px)!important;
    margin-top:0!important;
  }
}/* AstroTema v5.10.8 - İçerik genişliği standardizasyonu */
.page .az-bio-profile-page,
.az-bio-profile-page,
.page-template-page-contact .az-contact-template,
.az-contact-template{
    width:min(var(--az-shell-width,1440px),calc(100% - 56px))!important;
    max-width:var(--az-shell-width,1440px)!important;
}.page .az-bio-profile-content,
.az-bio-profile-content{
    max-width:min(1180px,100%)!important;
}.page .az-bio-profile-content,
.az-bio-profile-content{
    width:100%!important;
}

@media(max-width:900px){.page .az-bio-profile-page,
.az-bio-profile-page,
.page-template-page-contact .az-contact-template,
.az-contact-template{
        width:calc(100% - 28px)!important;
        max-width:calc(100% - 28px)!important;
    }.page .az-bio-profile-content,
.az-bio-profile-content{
        max-width:100%!important;
    }
}/* v5.10.9 - Meral Erduran sayfası rozet ve açıklama temizliği */
.az-bio-profile-copy .az-bio-kicker{display:none!important;}.az-bio-profile-content{width:100%!important;max-width:none!important;}/* v5.10.10 - Meral Erduran hero ve biyografi kartı aynı genişlik */
.page .az-bio-profile-page,
.az-bio-profile-page{
    width:min(var(--az-shell-width,1440px),calc(100% - 56px))!important;
    max-width:var(--az-shell-width,1440px)!important;
    padding-left:0!important;
    padding-right:0!important;
}.page .az-bio-profile-hero,
.az-bio-profile-hero,
.page .az-bio-profile-content,
.az-bio-profile-content{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
}
@media(max-width:900px){.page .az-bio-profile-page,
.az-bio-profile-page{
        width:calc(100% - 28px)!important;
        max-width:calc(100% - 28px)!important;
        padding-left:0!important;
        padding-right:0!important;
    }
}/* AstroTema v5.10.12 - Meral Erduran biyografi hizalama ve Türkçe tipografi düzeltmesi */
.page .az-bio-profile-content,
.az-bio-profile-content{
    display:block!important;
}.page .az-bio-profile-content .wp-block-columns,
.az-bio-profile-content .wp-block-columns{
    align-items:flex-start!important;
    gap:24px!important;
    margin:24px 0 0!important;
}.page .az-bio-profile-content .wp-block-column,
.az-bio-profile-content .wp-block-column{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-self:flex-start!important;
    min-width:0!important;
    padding-top:0!important;
}.page .az-bio-profile-content .wp-block-column > :first-child,
.az-bio-profile-content .wp-block-column > :first-child{
    margin-top:0!important;
}.page .az-bio-profile-content .wp-block-column > p:empty,
.az-bio-profile-content .wp-block-column > p:empty{
    display:none!important;
}.page .az-bio-profile-content h2,
.page .az-bio-profile-content h3,
.az-bio-profile-content h2,
.az-bio-profile-content h3,
.page .az-bio-profile-content .wp-block-heading,
.az-bio-profile-content .wp-block-heading{
    font-family:"Segoe UI", Arial, Helvetica, sans-serif!important;
    font-weight:600!important;
    text-transform:none!important;
    letter-spacing:0!important;
    line-height:1.22!important;
    color:#F5F7FF!important;
    margin-top:0!important;
    margin-bottom:14px!important;
    text-rendering:optimizeLegibility!important;
    -webkit-font-smoothing:antialiased!important;
    -moz-osx-font-smoothing:grayscale!important;
    font-synthesis:none!important;
}.page .az-bio-profile-content h2 strong,
.page .az-bio-profile-content h3 strong,
.az-bio-profile-content h2 strong,
.az-bio-profile-content h3 strong,
.page .az-bio-profile-content .wp-block-heading strong,
.az-bio-profile-content .wp-block-heading strong{
    font-family:inherit!important;
    font-weight:600!important;
}.page .az-bio-profile-content h2:before,
.page .az-bio-profile-content h3:before,
.az-bio-profile-content h2:before,
.az-bio-profile-content h3:before{
    margin-bottom:12px!important;
}.page .az-bio-profile-content .wp-block-column h2,
.page .az-bio-profile-content .wp-block-column h3,
.az-bio-profile-content .wp-block-column h2,
.az-bio-profile-content .wp-block-column h3{
    min-height:0!important;
}

@media(max-width:900px){.page .az-bio-profile-content .wp-block-columns,
.az-bio-profile-content .wp-block-columns{
        gap:16px!important;
        margin-top:20px!important;
    }
}/* AstroTema v5.10.17 - Meral Erduran sayfası tekil yazı görsel düzeni */
.page .az-bio-single-style,
.az-bio-single-style{
    width:min(var(--az-shell-width,1440px),calc(100% - 56px))!important;
    max-width:var(--az-shell-width,1440px)!important;
    margin:clamp(34px,4vw,58px) auto!important;
    padding:0!important;
}.page .az-bio-single-head,
.az-bio-single-head{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 24px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    text-align:left!important;
}.page .az-bio-single-head h1,
.az-bio-single-head h1{
    margin:0 0 14px!important;
    color:#F5F7FF!important;
    font-family:var(--az-font-heading), Ubuntu, system-ui, sans-serif!important;
    font-size:clamp(42px,6vw,86px)!important;
    line-height:.95!important;
    letter-spacing:-.055em!important;
}.page .az-bio-subtitle,
.az-bio-subtitle{
    margin:0!important;
    color:#C8D0E6!important;
    font-family:var(--az-body-font,Ubuntu,system-ui,sans-serif)!important;
    font-size:clamp(16px,1.3vw,20px)!important;
    line-height:1.65!important;
}.page .az-bio-featured-safe,
.az-bio-featured-safe{
    display:block!important;
    width:100%!important;
    margin:8px auto 36px!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:30px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    background:rgba(255,255,255,.045)!important;
    box-shadow:0 24px 76px rgba(0,0,0,.34),0 0 44px rgba(172,116,175,.10)!important;
    position:relative!important;
}.page .az-bio-featured-safe:after,
.az-bio-featured-safe:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius:inherit;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),inset 0 -70px 90px rgba(5,8,22,.20);
}.page .az-bio-featured-safe img,
.az-bio-featured-safe img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/7.5!important;
    max-height:560px!important;
    object-fit:cover!important;
    object-position:center 12%!important;
    border-radius:0!important;
    margin:0!important;
    opacity:1!important;
    visibility:visible!important;
}.page .az-bio-single-style .az-bio-profile-hero,
.az-bio-single-style .az-bio-profile-hero,
.page .az-bio-single-style .az-bio-profile-photo,
.az-bio-single-style .az-bio-profile-photo,
.page .az-bio-single-style .az-bio-profile-copy,
.az-bio-single-style .az-bio-profile-copy{
    display:none!important;
}

@media(max-width:900px){.page .az-bio-single-style,
.az-bio-single-style{
        width:calc(100% - 28px)!important;
        max-width:calc(100% - 28px)!important;
        margin:28px auto!important;
    }.page .az-bio-single-head h1,
.az-bio-single-head h1{
        font-size:clamp(36px,12vw,56px)!important;
    }.page .az-bio-featured-safe img,
.az-bio-featured-safe img{
        aspect-ratio:16/9!important;
        max-height:420px!important;
    }
}/* AstroTema v5.10.18 - Meral Erduran başlık ve görsel odak düzeltmesi */
.page .az-bio-single-head,
.az-bio-single-head{
    max-width:100%!important;
    margin:0 0 24px!important;
    text-align:left!important;
}.page .az-bio-single-head h1,
.az-bio-single-head h1,
.page .az-bio-subtitle,
.az-bio-subtitle{
    text-align:left!important;
    margin-left:0!important;
    margin-right:0!important;
}.page .az-bio-featured-safe img,
.az-bio-featured-safe img{
    object-position:center 12%!important;
}/* AstroTema v5.10.22 - Slider site arka planı ile bütünleşik */
body.home,
body.front-page,
body.page-template-front-page{
  background:var(--az-bg,#43385D)!important;
  background-image:none!important;
}body.home .az-astro-slider,
body.front-page .az-astro-slider,
body.page-template-front-page .az-astro-slider,
.az-premium-slider{
  position:relative!important;
  min-height:calc(100vh - 76px);
  display:grid!important;
  align-items:center!important;
  overflow:hidden!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  margin-bottom:0!important;
}.az-premium-slider:before,
.az-premium-slider:after,
.az-slider-edge-fade:before,
.az-slider-edge-fade:after{
  display:none!important;
  content:none!important;
  background:none!important;
  box-shadow:none!important;
  border:0!important;
}.az-premium-slider .az-hero-inner{
  position:relative;
  z-index:2;
  min-height:inherit;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:42px;
  padding-top:72px;
  padding-bottom:72px;
}.az-premium-slider .az-hero-copy,
.az-premium-slider .az-hero-copy{
  width:min(720px,100%)!important;
  max-width:720px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  
}.az-premium-slider .az-slide h1{max-width:760px;margin:0 0 22px;color:var(--az-white);font-size:clamp(44px,6vw,82px);line-height:.96;letter-spacing:-.06em;}.az-premium-slider .az-slide p{max-width:620px;margin:0 0 18px;color:var(--az-text);font-size:clamp(17px,2vw,21px);line-height:1.75;opacity:.88;}.az-premium-slider .az-dots{display:flex;gap:8px;margin-top:30px;}.az-premium-slider .az-dots button{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.34);cursor:pointer;padding:0;}.az-premium-slider .az-dots button.active{width:28px;background:linear-gradient(90deg,var(--az-purple),var(--az-blue));}.az-premium-slider.az-slider-align-center .az-hero-copy{text-align:center!important;margin-inline:auto!important;}.az-premium-slider.az-slider-align-center .az-slide h1,
.az-premium-slider.az-slider-align-center .az-slide p{margin-left:auto;margin-right:auto;}.az-premium-slider.az-slider-align-right .az-hero-copy{text-align:right!important;margin-left:auto!important;}.az-premium-slider.az-slider-align-right .az-slide h1,
.az-premium-slider.az-slider-align-right .az-slide p{margin-left:auto;}body.home .az-astro-slider + .az-section,
body.front-page .az-astro-slider + .az-section,
body.page-template-front-page .az-astro-slider + .az-section,
body.home .az-hero + .az-section,
body.front-page .az-hero + .az-section,
body.page-template-front-page .az-hero + .az-section{
  margin-top:0!important;
  border-top:0!important;
  box-shadow:none!important;
  background:transparent!important;
}body.home .az-section,
body.front-page .az-section,
body.page-template-front-page .az-section{
  background:transparent!important;
  background-image:none!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
@media(max-width:900px){.az-premium-slider,
.az-premium-slider .az-hero-inner{min-height:680px}.az-premium-slider .az-hero-inner{padding-top:64px;padding-bottom:64px}.az-premium-slider.az-mobile-fullscreen{min-height:calc(100vh - 68px)}}
@media(max-width:560px){.az-premium-slider .az-slide h1{font-size:44px}.az-premium-slider.az-mobile-compact-title .az-slide h1{font-size:38px}.az-premium-slider .az-slide p{font-size:16px;line-height:1.65}}/* AstroTema v5.10.26 - Slider dikey boşluk ve başlık düzeltmesi */
body.home .az-astro-slider,
body.front-page .az-astro-slider,
body.page-template-front-page .az-astro-slider,
.az-premium-slider{
  min-height:clamp(420px,50vh,560px)!important;
  align-items:start!important;
  padding-top:0!important;
  padding-bottom:0!important;
}.az-premium-slider .az-hero-inner{
  min-height:clamp(420px,50vh,560px)!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  padding-top:clamp(44px,5.4vh,72px)!important;
  padding-bottom:clamp(18px,2.6vh,34px)!important;
}.az-premium-slider .az-hero-copy{
  width:min(860px,100%)!important;
  max-width:860px!important;
}.az-premium-slider .az-slide h1{
  max-width:920px!important;
  margin:0 0 24px!important;
  font-size:clamp(58px,5.9vw,96px)!important;
  line-height:.91!important;
  letter-spacing:-.075em!important;
}.az-premium-slider .az-slide p{
  max-width:760px!important;
  margin:0 0 24px!important;
  font-size:clamp(21px,1.75vw,27px)!important;
  line-height:1.68!important;
  opacity:.90!important;
}.az-premium-slider .az-dots{
  margin-top:28px!important;
  gap:10px!important;
}.az-premium-slider .az-dots button{
  width:10px!important;
  height:10px!important;
}.az-premium-slider .az-dots button.active{
  width:34px!important;
}body.home .az-astro-slider + .az-section,
body.front-page .az-astro-slider + .az-section,
body.page-template-front-page .az-astro-slider + .az-section{
  padding-top:0!important;
  margin-top:0!important;
}
@media(max-width:900px){body.home .az-astro-slider,
body.front-page .az-astro-slider,
body.page-template-front-page .az-astro-slider,
.az-premium-slider,
.az-premium-slider .az-hero-inner{
    min-height:auto!important;
  }.az-premium-slider .az-hero-inner{
    padding-top:52px!important;
    padding-bottom:40px!important;
  }.az-premium-slider .az-slide h1{
    font-size:clamp(42px,12vw,58px)!important;
    line-height:.95!important;
  }.az-premium-slider .az-slide p{
    font-size:17px!important;
    line-height:1.65!important;
  }
}
@media(max-width:560px){.az-premium-slider .az-hero-inner{padding-top:42px!important;padding-bottom:34px!important;}.az-premium-slider .az-slide h1{font-size:38px!important;}.az-premium-slider .az-slide p{font-size:16px!important;}
}/* AstroTema v5.10.26 - Slider güvenli düzeltme */
.az-premium-slider .az-slide,
.az-premium-slider .az-slide.active{
  position:relative!important;
  inset:auto!important;
  transform:none!important;
}.az-premium-slider .az-slide:not(.active){
  display:none!important;
}.az-premium-slider .az-slide.active{
  display:block!important;
}.az-premium-slider .az-slide h1 br{
  display:block!important;
}.az-premium-slider .az-slide p{
  display:block!important;
  white-space:normal!important;
}.az-premium-slider .az-hero-copy,
.az-slider-surface-clean .az-hero-copy{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  
}
/* AstroTema v5.10.33 - Mobil header final düzenleme */
.az-mobile-header-social-row{display:none;}
@media (max-width: 900px){body .az-header{
    position:relative!important;
    top:auto!important;
    z-index:60!important;
    background:rgba(5,8,22,.96)!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.26)!important;
    
  }body.admin-bar .az-header{top:auto!important;}body .az-site-main{padding-top:0!important;}body .az-hero,
body .az-astro-slider{
    margin-top:0!important;
    padding-top:42px!important;
  }body .az-mobile-fullscreen.az-hero{min-height:auto!important;}.az-header .az-nav-wrap{
    width:min(100% - 28px, 540px)!important;
    max-width:540px!important;
    height:auto!important;
    min-height:82px!important;
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr) 98px!important;
    align-items:center!important;
    gap:8px!important;
    padding:10px 0 6px!important;
    margin-inline:auto!important;
    overflow:visible!important;
  }.az-header .az-menu-toggle{
    grid-column:1!important;
    justify-self:start!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    padding:0!important;
    border-radius:999px!important;
    flex:0 0 42px!important;
    line-height:1!important;
  }.az-header .az-logo{
    grid-column:2!important;
    justify-self:center!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    line-height:1!important;
    transform:none!important;
  }.az-header .az-logo-img,
.az-header .custom-logo{
    display:block!important;
    width:180px!important;
    max-width:180px!important;
    min-width:0!important;
    height:auto!important;
    max-height:74px!important;
    object-fit:contain!important;
    transform:none!important;
  }.az-logo-desktop{display:block!important;}.az-logo-mobile{display:none!important;}.az-header .az-header-actions{
    grid-column:3!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    max-width:none!important;
    flex:none!important;
    overflow:visible!important;
  }.az-header .az-header-actions .az-social-icons,
.az-header .az-header-actions .az-social-header{display:none!important;}.az-header .az-header-actions .az-header-icon,
.az-header .az-header-actions button.az-header-icon,
.az-header .az-header-actions a.az-header-icon,
.az-mobile-header-social-row .az-social-icons a,
.az-mobile-header-social-row .az-social-header a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    flex:0 0 42px!important;
    padding:0!important;
    box-sizing:border-box!important;
    border-radius:999px!important;
  }.az-header .az-header-actions .az-header-icon svg,
.az-mobile-header-social-row svg{
    width:18px!important;
    height:18px!important;
  }.az-mobile-header-social-row{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:min(100% - 28px, 540px)!important;
    margin:0 auto 10px!important;
    padding:0!important;
    overflow:visible!important;
  }.az-mobile-header-social-row .az-social-icons,
.az-mobile-header-social-row .az-social-header{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    flex-wrap:wrap!important;
  }
}
@media (max-width: 420px){.az-header .az-nav-wrap{
    width:min(100% - 22px, 540px)!important;
    grid-template-columns:42px minmax(0,1fr) 92px!important;
    min-height:78px!important;
    gap:6px!important;
  }.az-header .az-logo-img,
.az-header .custom-logo{
    max-height:70px!important;
  }.az-header .az-menu-toggle,
.az-header .az-header-actions .az-header-icon,
.az-header .az-header-actions button.az-header-icon,
.az-header .az-header-actions a.az-header-icon,
.az-mobile-header-social-row .az-social-icons a,
.az-mobile-header-social-row .az-social-header a{
    width:39px!important;
    height:39px!important;
    min-width:39px!important;
    min-height:39px!important;
    flex-basis:39px!important;
  }.az-mobile-header-social-row{width:min(100% - 22px, 540px)!important;margin-bottom:9px!important;}.az-mobile-header-social-row .az-social-icons,
.az-mobile-header-social-row .az-social-header{gap:8px!important;}
}
@media (max-width: 370px){.az-header .az-nav-wrap{grid-template-columns:39px minmax(0,1fr) 84px!important;}.az-header .az-logo-img,
.az-header .custom-logo{max-height:64px!important;}.az-header .az-menu-toggle,
.az-header .az-header-actions .az-header-icon,
.az-header .az-header-actions button.az-header-icon,
.az-header .az-header-actions a.az-header-icon,
.az-mobile-header-social-row .az-social-icons a,
.az-mobile-header-social-row .az-social-header a{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    flex-basis:36px!important;
  }
}

/* AstroTema v5.10.37 - Mobil logo boyutu ayarı kaldırıldı; sabit temiz mobil header */
@media (max-width:900px){html,
body{margin-top:0!important;padding-top:0!important;}body .az-header{position:relative!important;top:auto!important;margin-top:0!important;z-index:50!important;}body .az-header .az-nav-wrap{
    position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;
    width:100%!important;max-width:100%!important;height:118px!important;min-height:118px!important;
    padding:12px 14px!important;margin:0!important;overflow:visible!important;gap:0!important;
  }body .az-header .az-logo{
    position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;
    width:180px!important;min-width:180px!important;max-width:180px!important;height:auto!important;margin:0!important;padding:0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;z-index:1!important;flex:none!important;
  }body .az-header .az-logo img,
body .az-header .az-logo-img,
body .az-header .custom-logo,
body .az-header .custom-logo-link img{
    display:block!important;width:180px!important;min-width:180px!important;max-width:180px!important;height:auto!important;max-height:none!important;
    object-fit:contain!important;transform:none!important;
  }body .az-header .az-logo.az-has-mobile-logo .az-logo-desktop{display:none!important;}body .az-header .az-logo.az-has-mobile-logo .az-logo-mobile{display:block!important;}body .az-header .az-logo:not(.az-has-mobile-logo) .az-logo-desktop,
body .az-header .az-logo:not(.az-has-mobile-logo) .custom-logo{display:block!important;}body .az-header .az-header-actions .az-social-icons,
body .az-header .az-header-actions .az-social-header,
body .az-mobile-social,
body .az-mobile-header-social-row{display:none!important;}body .az-header .az-menu-toggle{
    display:inline-flex!important;position:absolute!important;top:14px!important;right:108px!important;left:auto!important;
    width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;margin:0!important;z-index:3!important;
  }body .az-header .az-header-actions{
    position:absolute!important;top:14px!important;right:14px!important;left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;
    gap:8px!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;z-index:3!important;
  }body .az-header .az-header-actions .az-header-icon,
body .az-header .az-header-actions button.az-header-icon,
body .az-header .az-header-actions a.az-header-icon{
    width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  }body .az-header .az-menu{top:118px!important;}body .az-hero,
body .az-astro-slider,
body .az-premium-slider{margin-top:0!important;}
}
@media (max-width:390px){body .az-header .az-nav-wrap{height:112px!important;min-height:112px!important;}body .az-header .az-logo,
body .az-header .az-logo img,
body .az-header .az-logo-img,
body .az-header .custom-logo,
body .az-header .custom-logo-link img{width:168px!important;min-width:168px!important;max-width:168px!important;}body .az-header .az-menu-toggle{right:102px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;}body .az-header .az-header-actions{right:10px!important;gap:7px!important;}body .az-header .az-header-actions .az-header-icon,
body .az-header .az-header-actions button.az-header-icon,
body .az-header .az-header-actions a.az-header-icon{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;}body .az-header .az-menu{top:112px!important;}
}

/* v5.10.38 - Mobil Footer logo görünürlüğü */
@media(max-width:700px){.az-footer.az-mobile-footer-logo-hide .az-footer-brand{display:none!important;}
}/* v5.10.54 - Bireysel danışmanlık formunda tekrar eden CF7 başlığını gizle */
.az-service-personal #bireysel-basvuru-formu .az-cf7-form > h3{
  display:none!important;
}.az-service-personal #bireysel-basvuru-formu .az-service-form-wrap{
  margin-top:18px!important;
}/* AstroTema v5.11.28 - Lavender site arka planı kesin düzeltme */
:root{--az-bg:#43385D;--az-bg2:#351B4A;--az-purple:#341193;--az-blue:#AC74AF;}html,
body,
body.home,
body.front-page,
body.page-template-front-page,
#page,
.site,
.az-site{
  background-color:var(--az-bg,#43385D)!important;
  background-image:none!important;
}body:before{display:none!important;content:none!important;}

/* AstroTema v5.11.29 - Mobil header renk düzeltmesi
   Header renk ayarı masaüstü + mobil header + mobil açılır menüde aynı değişkeni kullanır. */
@media (max-width: 900px){html body .az-header,
html body.home .az-header,
html body.front-page .az-header,
html body.page-template-front-page .az-header{
    background:var(--az-header-bg,#341193) !important;
    background-color:var(--az-header-bg,#341193) !important;
    border-bottom-color:var(--az-header-border,#8F4A95) !important;
    box-shadow:0 10px 28px rgba(52,17,147,.28) !important;
    
    
  }html body .az-header .az-nav-wrap{
    background:transparent !important;
  }html body .az-header .az-menu,
html body.az-mobile-menu-solid .az-header .az-menu,
html body.az-mobile-menu-solid .az-header .az-menu,
html body.az-mobile-menu-minimal .az-header .az-menu{
    background:var(--az-header-bg,#341193) !important;
    background-color:var(--az-header-bg,#341193) !important;
    border:1px solid var(--az-header-border,#8F4A95) !important;
    box-shadow:0 18px 40px rgba(0,0,0,.22) !important;
    
    
  }html body .az-header .az-menu-toggle{
    color:var(--az-header-text,#FFFFFF) !important;
    border-color:rgba(255,255,255,.25) !important;
    background:rgba(255,255,255,.10) !important;
  }html body .az-header .az-menu a,
html body .az-header .az-logo,
html body .az-header .az-logo span{
    color:var(--az-header-text,#FFFFFF) !important;
  }html body .az-header .az-menu a:hover,
html body .az-header .az-menu .current-menu-item > a,
html body .az-header .az-menu-toggle:hover{
    color:var(--az-header-hover,#AC74AF) !important;
  }
}/* v5.11.31 Lavender Polish */
.az-header{
  transition:background-color .28s ease,background .28s ease,box-shadow .28s ease,border-color .28s ease;
  will-change:background,box-shadow;
}.az-header .az-nav-wrap{transition:height .28s ease;}.az-menu a,
.az-header-icon,
.az-menu-toggle{transition:color .22s ease,border-color .22s ease,background-color .22s ease,transform .22s ease;}.az-menu a:hover,
.az-header-icon:hover{transform:translateY(-1px);}.az-menu .current-menu-item>a,
.az-menu .current_page_item>a{color:var(--az-header-hover,var(--az-blue));}
@media(max-width:900px){.az-menu{
    opacity:0;
    transform:translateY(-8px);
    transition:opacity .22s ease,transform .22s ease,background-color .28s ease;
    box-shadow:0 18px 45px rgba(52,17,147,.22);
  }.az-menu.open{opacity:1;transform:translateY(0);}.az-menu-toggle{border:1px solid rgba(255,255,255,.18);border-radius:12px;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;}.az-menu-toggle:hover{background:rgba(255,255,255,.14);}body.az-mobile-menu-solid .az-menu{background:rgba(52,17,147,.90)!important;}
}/* AstroTema v5.11.37 - Slider profil temiz son ayar */
.az-premium-slider .az-hero-inner{
  grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr)!important;
}.az-slider-profile{
  width:min(386px,29vw)!important;
  outline:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.16)!important;
}.az-slider-profile:before{
  border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:none!important;
}.az-slider-profile img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:50% 0%!important;
  transform:scale(1.04)!important;
  transform-origin:50% 0%!important;
}
@media(max-width:1100px){.az-slider-profile{width:min(344px,29vw)!important;}
}
@media(max-width:900px){.az-slider-profile{display:none!important;}
}/* AstroTema v5.11.38 - Slider görselini tekrar daire içine alma düzeltmesi */
.az-premium-slider .az-slider-profile{
  width:min(386px,29vw)!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  display:block!important;
  position:relative!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.03)!important;
  border:0!important;
  outline:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.16)!important;
}.az-premium-slider .az-slider-profile:before,
.az-premium-slider .az-slider-profile:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:50%!important;
  pointer-events:none!important;
  z-index:2!important;
}.az-premium-slider .az-slider-profile:before{
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:inset 0 0 0 1px rgba(52,17,147,.18)!important;
}.az-premium-slider .az-slider-profile:after{
  box-shadow:inset 0 -22px 42px rgba(0,0,0,.08)!important;
}.az-premium-slider .az-slider-profile img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:50% 0%!important;
  transform:scale(1.02)!important;
  transform-origin:50% 0%!important;
}
@media(max-width:1100px){.az-premium-slider .az-slider-profile{width:min(344px,29vw)!important;}
}
@media(max-width:900px){.az-premium-slider .az-slider-profile{display:none!important;}
}/* AstroTema v5.11.41 - Danışmanlık CTA Türkçe karakter ve link butonu tipografi düzeltmesi */
.az-consulting-trust a,
.az-consulting-question a{
  font-family: Ubuntu, "Segoe UI", Arial, sans-serif!important;
  font-weight: 700!important;
  letter-spacing: 0!important;
  text-transform: none!important;
  font-synthesis: none!important;
  -webkit-font-smoothing: antialiased!important;
  text-rendering: geometricPrecision!important;
}/* AstroTema v5.11.42 - Danışmanlık CTA link ve başlık boyutu düzeltmesi */
.az-consulting-trust h2,
.az-consulting-question h2{
  font-size:clamp(1.6125rem,calc(3vw - 3px),2.5625rem)!important;
}/* AstroTema v5.11.43 - Bireysel Danışmanlık süre/Zoom ve Türkçe karakter tipografi düzeltmesi */
.az-service-personal,
.az-service-personal h1,
.az-service-personal h2,
.az-service-personal h3,
.az-service-personal p,
.az-service-personal a,
.az-service-personal strong,
.az-service-personal small,
.az-service-personal summary,
.az-service-personal details,
.az-service-personal .az-service-info-card strong,
.az-service-personal .az-service-info-card small,
.az-service-personal .az-service-feature-grid article h3,
.az-service-personal .az-service-faq summary{
  font-family:Ubuntu,"Segoe UI",Arial,Helvetica,sans-serif!important;
  font-synthesis:none!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:geometricPrecision!important;
}.az-service-personal h1,
.az-service-personal h2,
.az-service-personal h3,
.az-service-personal strong,
.az-service-personal summary{
  letter-spacing:-.025em!important;
}.az-service-relationship .az-service-hero-copy h1,
.az-service-relationship .az-service-section-head h2,
.az-service-relationship .az-service-content-card h2,
.az-service-relationship .az-service-info-card strong,
.az-service-relationship .az-service-feature-grid h3,
.az-service-relationship .az-service-faq summary{
  letter-spacing:-.025em!important;
}/* AstroTema v5.11.46 - İlişki Danışmanlığı FAQ başlık hizalama düzeltmesi */
.az-service-relationship .az-service-faq details{
  overflow:hidden!important;
}.az-service-relationship .az-service-faq summary{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  width:100%!important;
  min-height:auto!important;
  line-height:1.42!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
  font-weight:700!important;
  font-family:Ubuntu,"Segoe UI",Arial,Helvetica,sans-serif!important;
  letter-spacing:-.01em!important;
}.az-service-relationship .az-service-faq summary::-webkit-details-marker{
  display:none!important;
}.az-service-relationship .az-service-faq summary::marker{
  content:""!important;
}.az-service-relationship .az-service-faq summary::before{
  content:"▸"!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:14px!important;
  margin-top:1px!important;
  font-size:.78em!important;
  line-height:1.42!important;
  color:#F5F7FF!important;
}.az-service-relationship .az-service-faq details[open] summary::before{
  content:"▾"!important;
}.az-service-relationship .az-service-faq details p{
  line-height:1.75!important;
  margin:12px 0 0 24px!important;
}/* AstroTema v5.11.48 - Danışmanlık form doğrulama görünümü */
.az-service-form-card .az-field-error{
  display:none;
  margin-top:7px;
  color:#FCA5A5;
  font-size:13px;
  line-height:1.45;
  font-weight:600;
}.az-service-form-card input.az-field-invalid,
.az-service-form-card textarea.az-field-invalid,
.az-service-form-card select.az-field-invalid{
  border-color:#EF4444!important;
  box-shadow:0 0 0 3px rgba(239,68,68,.18)!important;
}.az-service-form-card input.az-field-valid,
.az-service-form-card textarea.az-field-valid,
.az-service-form-card select.az-field-valid{
  border-color:#22C55E!important;
  box-shadow:0 0 0 3px rgba(34,197,94,.12)!important;
}/* v5.11.51 - Turkish character safe typography
   Başlıklarda sabit/problematik font atamalarını merkezi Tipografi ayarına bağlar. */
html,
body{
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}body,
button,
input,
select,
textarea{
  font-family:var(--az-font-body), Ubuntu, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}h1,
h2,
h3,
h4,
h5,
h6,
.az-section-head h2,
.az-page h1,
.az-page h2,
.az-page h3,
.az-card h3,
.az-post-card h3,
.az-event-card h3,
.az-consult-page h1,
.az-consult-page h2,
.az-consult-page h3,
.az-consult-page strong{
  font-family:var(--az-font-heading), Ubuntu, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
  font-synthesis:none;
}

/* v5.11.53 - Mobil Header UX: hamburger menü sola alındı. Logo ölçülerine dokunulmadı. */
@media (max-width: 900px){.az-header .az-nav-wrap{
    display:flex !important;
    align-items:center !important;
  }.az-header .az-menu-toggle{
    order:1 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }.az-header .az-logo{
    order:2 !important;
  }.az-header .az-header-actions{
    order:3 !important;
    margin-left:auto !important;
  }
}

/* v5.11.54 - Mobil Header UX gerçek düzeltme
   Önceki absolute/right kurallarını ezerek hamburger menüyü sola alır.
   Logo ölçülerine dokunmaz. */
@media (max-width:900px){html body .az-header .az-menu-toggle{
    position:absolute!important;
    left:14px!important;
    right:auto!important;
    top:14px!important;
    display:inline-flex!important;
    z-index:4!important;
    margin:0!important;
  }html body .az-header .az-header-actions{
    position:absolute!important;
    right:14px!important;
    left:auto!important;
    top:14px!important;
    z-index:4!important;
  }
}
@media (max-width:390px){html body .az-header .az-menu-toggle{
    left:10px!important;
    right:auto!important;
  }html body .az-header .az-header-actions{
    right:10px!important;
    left:auto!important;
  }
}

/* AstroTema v6.0.0-alpha.15.8.8 — ortak ikonlar ve sabit header yüzeyi */
html body .az-header,
html body.home .az-header,
html body.front-page .az-header,
html body.page-template-front-page .az-header{
  background:rgba(var(--az-color-primary-rgb),.88)!important;
  background-color:rgba(var(--az-color-primary-rgb),.88)!important;
  border:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
.az-event-card-pro,
.az-event-card-pro .az-event-body{
  background:var(--az-color-background,#43385D)!important;
  background-image:none!important;
  box-shadow:none!important;
}
