/* =========================================================
   HOMEPAGE
========================================================= */
.hero-modern-consulting{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    min-height:640px;
    background:#4d5355;
    color:#fff;
}

.hero-modern-media,
.hero-modern-shade{
    position:absolute;
    inset:0;
}

.hero-modern-media{
    z-index:-3;
}

.hero-modern-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center right;
    filter:saturate(.94) contrast(1.04);
}

.hero-modern-shade{
    z-index:-2;
    background:
        linear-gradient(90deg,rgba(77,83,85,.96) 0%,rgba(77,83,85,.88) 36%,rgba(77,83,85,.58) 62%,rgba(77,83,85,.24) 100%),
        linear-gradient(180deg,rgba(77,83,85,.10) 0%,rgba(77,83,85,.48) 100%);
}

.hero-modern-consulting::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
    background-size:48px 48px;
    opacity:.24;
    mask-image:linear-gradient(90deg,#000 0%,#000 46%,transparent 82%);
}

.hero-modern-inner{
    position:relative;
    z-index:1;
    display:grid;
    align-content:end;
    gap:38px;
    min-height:640px;
    padding:92px 0 54px;
}

.hero-modern-consulting .hero-copy{
    max-width:820px;
}

.hero-modern-consulting .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin:0 0 18px;
    padding:10px 14px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#e7dcc8;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.05em;
    text-align:left;
    text-transform:uppercase;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.hero-modern-consulting .eyebrow i{
    flex:0 0 auto;
    color:var(--cyan);
}

.hero-modern-consulting .eyebrow span{
    display:block;
    min-width:0;
}

.hero-modern-consulting h1{
    max-width:950px;
    margin:0 0 22px;
    color:#fff !important;
    font-size:42px;
    line-height:1.06;
    font-weight:650;
}

.hero-modern-consulting .lead{
    max-width:690px;
    color:rgba(255,255,255,.82);
    font-size:16px;
    line-height:1.72;
}

.hero-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    margin:34px 0 0;
}

.hero-modern-consulting .btn.secondary{
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.26);
    color:#fff !important;
    box-shadow:none;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.hero-modern-consulting .btn.secondary:hover,
.hero-modern-consulting .btn.secondary:focus,
.hero-modern-consulting .btn.secondary:visited{
    background:rgba(255,255,255,.18);
    color:#fff !important;
}

.hero-specialties{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    max-width:760px;
    margin-top:24px;
}

.hero-specialties span{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:8px 12px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    background:rgba(255,255,255,.09);
    color:rgba(255,255,255,.86);
    font-size:13px;
    font-weight:700;
    line-height:1.25;
}

.hero-insight-panel{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:min(100%,850px);
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:8px;
    background:rgba(255,255,255,.12);
    box-shadow:0 26px 70px rgba(0,0,0,.22);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

.hero-insight-panel div{
    padding:20px 22px;
    border-right:1px solid rgba(255,255,255,.16);
}

.hero-insight-panel div:last-child{
    border-right:0;
}

.hero-insight-panel strong{
    display:block;
    margin-bottom:5px;
    color:#fff;
    font-size:32px;
    line-height:1;
    font-weight:800;
}

.hero-insight-panel span{
    display:block;
    color:rgba(255,255,255,.74);
    font-size:13px;
    font-weight:650;
    line-height:1.35;
}

.services{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:92px 0;
    background:
        linear-gradient(180deg,#fff 0%,#fbf8f3 46%,#fff7fb 100%);
}

.services::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-image:
        linear-gradient(90deg,rgba(7,67,67,.045) 1px,transparent 1px),
        linear-gradient(180deg,rgba(7,67,67,.035) 1px,transparent 1px);
    background-size:72px 72px;
    opacity:.42;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 16%,#000 84%,transparent 100%);
    mask-image:linear-gradient(180deg,transparent 0%,#000 16%,#000 84%,transparent 100%);
}

.services .container{
    position:relative;
    z-index:1;
}

.services .section-kicker{
    display:flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    border-color:rgba(227,27,120,.18);
    background:#fff;
    color:var(--pink);
    box-shadow:0 12px 30px rgba(7,67,67,.06);
}

.services-head{
    max-width:860px;
    margin:18px auto 44px;
    text-align:center;
}

.services-head h2{
    max-width:800px;
    margin-inline:auto;
    font-size:38px;
    font-weight:650;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.service-card{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:335px;
    padding:28px;
    border:1px solid rgba(7,67,67,.10);
    border-radius:8px;
    background:#fff;
    box-shadow:0 18px 46px rgba(7,67,67,.07);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;
}

.service-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto;
    height:4px;
    background:linear-gradient(90deg,#e31b78,#fc74b7,#eeb9cc,#e7dcc8);
    opacity:.92;
}

.service-card::after{
    content:"";
    position:absolute;
    left:28px;
    right:28px;
    bottom:28px;
    height:1px;
    background:linear-gradient(90deg,rgba(227,27,120,.32),rgba(252,116,183,.18),transparent);
    opacity:.72;
    z-index:-1;
}

.service-card:hover{
    transform:translateY(-6px);
    border-color:rgba(227,27,120,.24);
    background:#fff;
    box-shadow:0 26px 70px rgba(7,67,67,.12);
}

.service-number{
    position:absolute;
    top:24px;
    right:26px;
    color:rgba(7,67,67,.075);
    font-size:54px;
    font-weight:800;
    line-height:1;
    pointer-events:none;
}

.service-card .icon{
    display:grid;
    place-items:center;
    width:60px;
    height:60px;
    margin-bottom:20px;
    border-radius:8px;
    background:#e7dcc8;
    color:#e31b78;
    box-shadow:0 14px 28px rgba(238,185,204,.24);
    font-size:24px;
}

.service-card:nth-child(even) .icon{
    background:#e7dcc8;
    color:#e31b78;
    box-shadow:0 14px 28px rgba(238,185,204,.24);
}

.service-tag{
    display:inline-flex;
    width:max-content;
    max-width:100%;
    margin-bottom:14px;
    padding:6px 9px;
    border-radius:999px;
    border:1px solid rgba(227,27,120,.14);
    background:#fff7fb;
    color:var(--pink);
    font-size:12px;
    font-weight:800;
    line-height:1.2;
}

.service-card h3{
    margin:0 0 12px;
    color:var(--dark);
    font-size:22px;
    font-weight:650;
    line-height:1.18;
}

.service-card p{
    max-width:560px;
    color:#536970;
    font-size:15px;
    line-height:1.7;
}

.service-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    margin-top:auto;
    padding-top:24px;
    color:var(--pink);
    font-size:14px;
    font-weight:800;
}

.service-link:hover,
.service-link:focus{
    gap:12px;
    color:var(--pink-dark);
}

.services-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    margin-top:28px;
    padding:28px 30px;
    border:1px solid rgba(7,67,67,.10);
    border-radius:8px;
    background:#e7dcc8;
    color:#074343;
    box-shadow:0 18px 46px rgba(7,67,67,.08);
}

.services-cta strong{
    display:block;
    margin-bottom:6px;
    color:#074343;
    font-size:20px;
    font-weight:700;
}

.services-cta p{
    max-width:780px;
    color:#074343;
}

.services-cta .btn{
    flex:0 0 auto;
}

.trust-section{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:72px 0;
    background:
        radial-gradient(circle at 12% 18%,rgba(7,67,67,.16),transparent 28%),
        radial-gradient(circle at 88% 82%,rgba(227,27,120,.12),transparent 30%),
        linear-gradient(135deg,#074343 0%,#074343 48%,#074343 100%);
    color:#fff;
}

.trust-section::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
    background-size:44px 44px;
    opacity:.42;
}

.trust-wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:56px;
    align-items:center;
}

.trust-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:22px;
    padding:10px 16px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#e7dcc8;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.trust-content h2{
    max-width:680px;
    margin:0 0 22px;
    color:#fff;
    font-size:38px;
    line-height:1.08;
    font-weight:650;
}

.trust-lead{
    max-width:620px;
    margin:0 0 32px;
    color:rgba(255,255,255,.76);
    font-size:15px;
    line-height:1.85;
}

.trust-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:22px;
}

.trust-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-weight:800;
}

.trust-link i{
    color:var(--cyan);
}

.trust-link:hover i{
    transform:translateX(5px);
}

.trust-panel{
    display:grid;
    gap:18px;
    padding:24px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:8px;
    background:rgba(255,255,255,.08);
    box-shadow:0 34px 100px rgba(0,0,0,.22);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
}

.trust-card{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:18px;
    align-items:center;
    padding:22px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:8px;
    background:#fff;
    color:var(--navy);
    box-shadow:0 16px 42px rgba(0,0,0,.13);
}

.trust-card.featured{
    background:#fff;
}

.trust-icon{
    display:grid;
    place-items:center;
    width:64px;
    height:64px;
    border-radius:8px;
    background:linear-gradient(135deg,var(--pink),var(--cyan));
    color:#fff;
    font-size:24px;
}

.trust-card h3{
    margin:0 0 6px;
    color:var(--navy);
    font-size:20px;
    line-height:1.2;
}

.trust-card p{
    color:#64747b;
    line-height:1.6;
}

.trust-metric{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:24px;
    border-radius:8px;
    background:#fff;
    color:#074343 !important;
}

.trust-metric strong{
    color:#074343 !important;
    font-size:46px;
    line-height:1;
}

.trust-metric span{
    max-width:240px;
    color:#074343 !important;
    font-size:14px;
    font-weight:750;
    line-height:1.45;
}

.home-blog-section{
    position:relative;
    overflow:hidden;
    padding:94px 0;
    background:linear-gradient(180deg,#fff 0%,#f6fafb 100%);
}

.home-blog-head,
.gl-section-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,360px);
    gap:28px;
    align-items:end;
    margin-bottom:34px;
}

.home-blog-head h2,
.gl-section-head h2,
.gl-faq-classic-head h2{
    margin:0;
    color:var(--dark);
    font-size:40px;
    line-height:1.08;
    font-weight:650;
}

.home-blog-head p,
.gl-section-head p,
.gl-faq-classic-head p{
    max-width:760px;
    margin:14px 0 0;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
}

.home-blog-side{
    display:grid;
    gap:10px;
    justify-items:start;
    padding:18px;
    border:1px solid rgba(7,67,67,.08);
    border-radius:8px;
    background:#fff;
    box-shadow:0 16px 42px rgba(7,67,67,.06);
}

.home-blog-side span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#24434a;
    font-size:14px;
    font-weight:750;
    line-height:1.25;
}

.home-blog-side span i{
    color:var(--cyan);
}

.home-blog-all,
.home-blog-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    width:max-content;
    max-width:100%;
    padding:10px 14px;
    border:1px solid var(--pink);
    border-radius:8px;
    background:var(--pink);
    color:#fff !important;
    font-size:14px;
    font-weight:800;
    line-height:1.2;
}

.home-blog-all:hover,
.home-blog-link:hover{
    background:var(--pink-dark);
    border-color:var(--pink-dark);
    color:#fff !important;
    transform:translateY(-2px);
}

.home-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.home-blog-card{
    position:relative;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    min-width:0;
    border:1px solid rgba(7,67,67,.08);
    border-radius:8px;
    background:#fff;
    box-shadow:0 18px 50px rgba(7,67,67,.07);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.home-blog-card::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    height:3px;
    background:linear-gradient(90deg,var(--pink),var(--cyan));
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .22s ease;
}

.home-blog-card:hover{
    transform:translateY(-6px);
    border-color:rgba(227,27,120,.18);
    box-shadow:0 28px 76px rgba(7,67,67,.12);
}

.home-blog-card:hover::after{
    transform:scaleX(1);
}

.home-blog-thumb{
    display:block;
    overflow:hidden;
    aspect-ratio:16/10;
    background:#eef5f7;
}

.home-blog-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .28s ease;
}

.home-blog-card:hover .home-blog-thumb img{
    transform:scale(1.04);
}

.home-blog-placeholder{
    display:grid;
    place-items:center;
    width:100%;
    height:100%;
    color:var(--pink);
    font-size:34px;
}

.home-blog-content{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    padding:22px;
}

.home-blog-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:12px;
}

.home-blog-meta span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 9px;
    border-radius:999px;
    background:#f3f8fa;
    color:#4d646b;
    font-size:12px;
    font-weight:750;
    line-height:1.2;
}

.home-blog-content h3{
    margin:0 0 10px;
    line-height:1.22;
}

.home-blog-content h3 a{
    color:var(--dark);
    font-size:21px;
    font-weight:650;
}

.home-blog-content h3 a:hover{
    color:var(--pink);
}

.home-blog-content p{
    margin:0 0 20px;
    color:var(--muted);
    font-size:15px;
    line-height:1.72;
}

.home-blog-content .home-blog-link{
    margin-top:auto;
}

.home-blog-empty{
    grid-column:1/-1;
    padding:34px;
    border:1px solid rgba(7,67,67,.08);
    border-radius:8px;
    background:#fff;
    color:var(--muted);
    text-align:center;
    box-shadow:0 18px 50px rgba(7,67,67,.06);
}

.stats.stats-modern{
    position:relative;
    overflow:hidden;
    padding:28px 0;
    background:linear-gradient(180deg,#f8fcfc 0%,#fff 48%,#f7fbfb 100%);
    color:var(--dark);
}

.stats.stats-modern::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(90deg,rgba(7,67,67,.045) 1px,transparent 1px),
        linear-gradient(180deg,rgba(7,67,67,.035) 1px,transparent 1px);
    background-size:76px 76px;
    opacity:.32;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 20%,#000 78%,transparent 100%);
    mask-image:linear-gradient(180deg,transparent 0%,#000 20%,#000 78%,transparent 100%);
}

.stats.stats-modern .container{
    position:relative;
    z-index:1;
}

.stats-modern-head{
    display:grid;
    justify-items:center;
    max-width:790px;
    margin:0 auto 18px;
    text-align:center;
}

.stats-modern-head .section-kicker{
    border:1px solid rgba(227,27,120,.14);
    background:#fff;
    box-shadow:0 14px 34px rgba(7,67,67,.06);
}

.stats-modern-head h2{
    margin:0;
    color:var(--dark);
    font-size:40px;
    line-height:1.08;
    font-weight:650;
}

.stats-modern-head p{
    max-width:700px;
    margin:10px auto 0;
    color:#5f7178;
    font-size:16px;
    line-height:1.72;
}

.stats-modern .stats-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.stats-modern .stat{
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-items:start;
    min-height:138px;
    padding:18px;
    border:1px solid rgba(7,67,67,.09);
    border-radius:8px;
    background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%);
    box-shadow:0 18px 54px rgba(7,67,67,.065);
    text-align:left;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
}

.stats-modern .stat::before{
    content:"";
    position:absolute;
    top:0;
    left:18px;
    right:18px;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,var(--pink),var(--cyan));
    opacity:.72;
    transform:scaleX(.32);
    transform-origin:left center;
    transition:transform .22s ease,opacity .22s ease;
}

.stats-modern .stat:hover{
    transform:translateY(-5px);
    border-color:rgba(227,27,120,.18);
    background:#fff;
    box-shadow:0 28px 74px rgba(7,67,67,.11);
}

.stats-modern .stat:hover::before{
    opacity:1;
    transform:scaleX(1);
}

.stat-icon{
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    margin-bottom:12px;
    border-radius:8px;
    background:linear-gradient(135deg,rgba(227,27,120,.10),rgba(7,67,67,.10));
    box-shadow:inset 0 0 0 1px rgba(227,27,120,.10);
    color:var(--pink);
    font-size:16px;
}

.stats-modern .stat h3{
    margin:0;
    color:var(--dark);
    font-size:34px;
    line-height:1;
    font-weight:650;
}

.stats-modern .stat p{
    margin:6px 0 0;
    color:#60737b;
    font-size:14px;
    font-weight:650;
    line-height:1.35;
}

.gl-reviews-section{
    position:relative;
    overflow:hidden;
    padding:104px 0;
    background:
        radial-gradient(circle at 88% 10%,rgba(7,67,67,.16),transparent 26%),
        radial-gradient(circle at 8% 86%,rgba(227,27,120,.14),transparent 28%),
        #074343;
    color:#fff;
}

.gl-reviews-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
    background-size:46px 46px;
    opacity:.45;
}

.gl-reviews-section .container{
    position:relative;
    z-index:1;
}

.gl-reviews-section .section-kicker,
.gl-reviews-section h2{
    color:#fff;
}

.gl-reviews-section .gl-section-head p{
    color:rgba(255,255,255,.74);
}

.gl-reviews-top{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:24px;
    align-items:end;
    margin-bottom:30px;
}

.gl-reviews-top .gl-section-head{
    display:block;
    margin-bottom:0;
}

.gl-review-controls{
    display:flex;
    align-items:center;
    gap:10px;
}

.gl-review-control{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:8px;
    background:rgba(255,255,255,.10);
    color:#fff;
    cursor:pointer;
}

.gl-review-control:hover,
.gl-review-control:focus{
    background:var(--pink);
    transform:translateY(-2px);
}

.gl-review-control:disabled{
    cursor:not-allowed;
    opacity:.38;
    transform:none;
}

.gl-reviews-track{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(330px,38%);
    gap:18px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:4px 2px 18px;
}

.gl-reviews-track::-webkit-scrollbar{
    display:none;
}

.gl-review-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:370px;
    padding:28px;
    scroll-snap-align:start;
    border:1px solid rgba(255,255,255,.16);
    border-radius:8px;
    background:rgba(255,255,255,.10);
    box-shadow:none;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    transition:transform .22s ease,background .22s ease,border-color .22s ease;
}

.gl-review-card:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.28);
}

.gl-review-card.featured{
    background:#fff;
    color:var(--dark);
    border-color:#fff;
}

.gl-review-card-top{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.gl-review-avatar{
    display:grid;
    place-items:center;
    flex:0 0 52px;
    width:52px;
    height:52px;
    border-radius:8px;
    background:linear-gradient(135deg,var(--pink),#fc74b7);
    color:#fff;
    font-size:14px;
    font-weight:850;
}

.gl-review-card-top strong{
    display:block;
    color:#fff;
    font-size:16px;
    line-height:1.25;
}

.gl-review-card-top span{
    display:block;
    margin-top:3px;
    color:rgba(255,255,255,.62);
    font-size:13px;
    font-weight:650;
    line-height:1.3;
}

.gl-review-card.featured .gl-review-card-top strong{
    color:var(--dark);
}

.gl-review-card.featured .gl-review-card-top span{
    color:var(--muted);
}

.gl-review-stars{
    display:flex;
    gap:5px;
    margin-bottom:20px;
    color:#ffbf3f;
    font-size:14px;
}

.gl-review-card p{
    color:rgba(255,255,255,.84);
    font-size:16px;
    line-height:1.78;
}

.gl-review-card.featured p{
    color:#31484f;
}

.gl-review-result{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    max-width:100%;
    margin-top:auto;
    padding:9px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    color:#fff;
    font-size:13px;
    font-weight:800;
    line-height:1.25;
}

.gl-review-result i{
    color:var(--cyan);
}

.gl-review-card.featured .gl-review-result{
    background:#f3f8fa;
    color:var(--dark);
}

.gl-faq-classic{
    padding:88px 0;
    background:#f8fbfb;
}

.gl-faq-classic-head{
    max-width:720px;
    margin:0 auto 38px;
    text-align:center;
}

.gl-faq-classic-head .section-kicker{
    margin-left:auto;
    margin-right:auto;
    border:1px solid rgba(227,27,120,.18);
    background:#fff;
    box-shadow:none;
}

.gl-faq-classic-head p{
    max-width:640px;
    margin-left:auto;
    margin-right:auto;
    color:#60737b;
}

.gl-faq-list{
    display:grid;
    max-width:860px;
    margin:0 auto;
    gap:10px;
    border-top:1px solid rgba(7,67,67,.12);
}

.gl-faq-item{
    overflow:hidden;
    border:0;
    border-bottom:1px solid rgba(7,67,67,.12);
    border-radius:0;
    background:transparent;
    box-shadow:none;
    transition:background .2s ease,border-color .2s ease;
}

.gl-faq-item[open]{
    border-color:rgba(7,67,67,.12);
    background:transparent;
    box-shadow:none;
}

.gl-faq-item summary{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    min-height:58px;
    padding:18px 2px;
    color:#074343;
    cursor:pointer;
    list-style:none;
    font-size:17px;
    font-weight:650;
    line-height:1.3;
}

.gl-faq-item summary::-webkit-details-marker{
    display:none;
}

.gl-faq-item summary::after{
    content:"+";
    display:grid;
    place-items:center;
    flex:0 0 30px;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#fff;
    border:1px solid rgba(227,27,120,.18);
    color:var(--pink);
    font-size:20px;
    line-height:1;
}

.gl-faq-item[open] summary::after{
    content:"-";
    background:rgba(227,27,120,.08);
    color:var(--pink);
}

.gl-faq-item p{
    max-width:760px;
    padding:0 56px 20px 2px;
    color:#074343;
    font-size:15px;
    line-height:1.75;
}

@media (max-width:1024px){
    .hero-modern-consulting,
    .hero-modern-inner{
        min-height:590px;
    }

    .hero-modern-inner{
        padding:76px 0 46px;
    }

    .hero-modern-shade{
        background:
            linear-gradient(90deg,rgba(77,83,85,.98) 0%,rgba(77,83,85,.90) 58%,rgba(77,83,85,.52) 100%),
            linear-gradient(180deg,rgba(77,83,85,.12),rgba(77,83,85,.52));
    }

    .service-grid,
    .home-blog-grid,
    .stats-modern .stats-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .trust-wrap,
    .home-blog-head,
    .gl-section-head,
    .gl-reviews-top{
        grid-template-columns:1fr;
    }

    .gl-reviews-track{
        grid-auto-columns:minmax(310px,78%);
    }
}

@media (max-width:760px){
    .hero-modern-consulting,
    .hero-modern-inner{
        min-height:auto;
    }

    .hero-modern-consulting,
    .hero-modern-media{
        display:block !important;
        background-image:url('../img/hero-consulting-background.jpg');
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center center;
    }

    .hero-modern-media img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
        opacity:1;
    }

    .hero-modern-shade{
        background:
            linear-gradient(180deg,rgba(77,83,85,.58) 0%,rgba(77,83,85,.66) 54%,rgba(77,83,85,.78) 100%),
            linear-gradient(90deg,rgba(77,83,85,.72),rgba(77,83,85,.34));
    }

    .hero-modern-consulting::after{
        opacity:.16;
        mask-image:none;
    }

    .hero-modern-inner{
        gap:28px;
        padding:58px 0 34px;
    }

    .hero-modern-consulting .hero-copy,
    .hero-modern-consulting h1,
    .hero-modern-consulting .lead{
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }

    .hero-modern-consulting .eyebrow{
        justify-content:flex-start;
        width:fit-content;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
        text-align:left;
        white-space:normal;
        line-height:1.35;
        letter-spacing:.035em;
    }

    .hero-modern-consulting h1{
        font-size:34px;
        line-height:1.12;
    }

    .hero-modern-consulting .lead{
        max-width:100%;
    }

    .hero-actions{
        flex-direction:column;
        align-items:stretch;
        margin-top:28px;
    }

    .hero-specialties{
        justify-content:center;
        margin-top:20px;
    }

    .hero-insight-panel{
        grid-template-columns:1fr;
    }

    .hero-insight-panel div{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.14);
        text-align:center;
    }

    .hero-insight-panel div:last-child{
        border-bottom:0;
    }

    .services,
    .home-blog-section,
    .stats.stats-modern,
    .gl-reviews-section,
    .gl-faq-classic{
        padding:68px 0;
    }

    .stats.stats-modern{
        padding:20px 0;
    }

    .service-grid,
    .home-blog-grid,
    .stats-modern .stats-grid{
        grid-template-columns:1fr;
    }

    .stats-modern-head{
        margin-bottom:14px;
    }

    .stats-modern .stats-grid{
        gap:14px;
    }

    .stats-modern .stat{
        align-items:center;
        min-height:auto;
        padding:16px;
        text-align:center;
    }

    .stats-modern .stat::before{
        left:50%;
        right:auto;
        width:72px;
        transform:translateX(-50%) scaleX(.58);
        transform-origin:center;
    }

    .stats-modern .stat:hover::before{
        transform:translateX(-50%) scaleX(1);
    }

    .stat-icon{
        width:38px;
        height:38px;
        margin-bottom:14px;
    }

    .stats-modern .stat h3{
        font-size:32px;
    }

    .stats-modern .stat p{
        font-size:13px;
    }

    .services-cta,
    .trust-metric{
        display:block;
    }

    .services-cta .btn,
    .trust-actions .btn{
        margin-top:18px;
    }

    .trust-card{
        grid-template-columns:1fr;
    }

    .home-blog-head h2,
    .gl-section-head h2,
    .gl-faq-classic-head h2,
    .stats-modern-head h2{
        font-size:30px;
        line-height:1.12;
    }

    .gl-review-controls{
        justify-content:center;
    }

    .gl-reviews-track{
        grid-auto-columns:88%;
        gap:14px;
    }

    .gl-review-card{
        min-height:390px;
        padding:22px;
    }

    .gl-faq-item summary{
        padding:16px 0;
        font-size:16px;
    }

    .gl-faq-item p{
        padding:0 44px 16px 0;
    }
}
