/* Google Ads Related Services / Internal Links */
.gad-related-premium{
    --gad-related-bg:none;
    --gad-related-overlay:.04;
    --gad-related-position:center center;
    position:relative;
    overflow:hidden;
    padding:88px 0 82px;
    background:#f5f9ff;
    isolation:isolate;
}
.gad-related-premium::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-3;
    background-image:var(--gad-related-bg);
    background-position:var(--gad-related-position);
    background-size:cover;
    background-repeat:no-repeat;
    opacity:.9;
}
.gad-related-premium::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    background:rgba(245,249,255,var(--gad-related-overlay));
}
.gad-related-premium__overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:
        radial-gradient(circle at 8% 18%,rgba(37,99,235,.08),transparent 23%),
        radial-gradient(circle at 92% 28%,rgba(99,102,241,.08),transparent 25%),
        linear-gradient(180deg,rgba(255,255,255,.56),rgba(245,249,255,.78));
}
.gad-related-premium .container{
    max-width:1480px;
}
.gad-related-premium__header{
    max-width:980px;
    margin:0 auto 48px;
    text-align:center;
}
.gad-related-premium__badge{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:9px 17px;
    border:1px solid rgba(37,99,235,.25);
    border-radius:999px;
    background:rgba(255,255,255,.82);
    color:#1261df;
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    box-shadow:0 8px 24px rgba(15,50,100,.06);
}
.gad-related-premium__heading{
    margin:18px 0 13px;
    color:#0d2857;
    font-size:clamp(32px,4vw,56px);
    line-height:1.1;
    font-weight:800;
    letter-spacing:-.035em;
}
.gad-related-premium__description{
    max-width:850px;
    margin:0 auto;
    color:#506487;
    font-size:17px;
    line-height:1.75;
}
.gad-related-premium__grid{
    align-items:stretch;
}
.gad-related-premium__card{
    height:100%;
    padding:29px 27px 25px;
    border:1px solid rgba(148,163,184,.22);
    border-radius:20px;
    background:rgba(255,255,255,.94);
    box-shadow:0 14px 40px rgba(26,63,111,.08);
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.gad-related-premium__card:hover{
    transform:translateY(-7px);
    border-color:rgba(37,99,235,.22);
    box-shadow:0 22px 48px rgba(26,63,111,.13);
}
.gad-related-premium__icon{
    width:66px;
    height:66px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:21px;
    border-radius:50%;
    background:linear-gradient(145deg,#eaf3ff,#dceaff);
    color:#1769e8;
    font-size:27px;
    box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);
}
.gad-related-premium__title{
    margin:0 0 11px;
    color:#10295b;
    font-size:21px;
    line-height:1.3;
    font-weight:800;
}
.gad-related-premium__text{
    min-height:82px;
    margin:0 0 19px;
    color:#596d8e;
    font-size:14px;
    line-height:1.65;
}
.gad-related-premium__link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#0967ee;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
}
.gad-related-premium__link i{
    transition:transform .2s ease;
}
.gad-related-premium__link:hover{
    color:#0755c9;
}
.gad-related-premium__link:hover i{
    transform:translateX(4px);
}
.gad-related-premium__cta{
    display:flex;
    align-items:center;
    gap:24px;
    margin-top:50px;
    padding:24px 30px;
    border:1px solid rgba(37,99,235,.10);
    border-radius:24px;
    background:linear-gradient(105deg,#e5f0ff,#eef5ff 55%,#e5efff);
    box-shadow:0 15px 42px rgba(26,63,111,.07);
}
.gad-related-premium__cta-icon{
    flex:0 0 70px;
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.82);
    color:#1769e8;
    font-size:29px;
}
.gad-related-premium__cta-copy{
    flex:1;
}
.gad-related-premium__cta-copy h3{
    margin:0 0 6px;
    color:#10295b;
    font-size:24px;
    font-weight:800;
}
.gad-related-premium__cta-copy p{
    margin:0;
    color:#526888;
    font-size:15px;
    line-height:1.6;
}
.gad-related-premium__cta-button{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:15px 25px;
    border-radius:999px;
    background:#1467ef;
    color:#fff;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(20,103,239,.22);
    transition:transform .2s ease,box-shadow .2s ease;
}
.gad-related-premium__cta-button:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(20,103,239,.30);
}
.gad-related-premium__call{
    display:flex;
    align-items:center;
    gap:11px;
    flex:0 0 auto;
    color:#10295b;
    text-decoration:none;
}
.gad-related-premium__call-icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    color:#1467ef;
    font-size:20px;
}
.gad-related-premium__call small,
.gad-related-premium__call strong{
    display:block;
}
.gad-related-premium__call small{
    margin-bottom:2px;
    color:#61728d;
    font-size:12px;
    font-weight:700;
}
.gad-related-premium__call strong{
    color:#1261df;
    font-size:18px;
    letter-spacing:.01em;
}
@media (max-width:991.98px){
    .gad-related-premium{padding:70px 0 65px}
    .gad-related-premium__cta{flex-wrap:wrap}
    .gad-related-premium__cta-copy{min-width:calc(100% - 94px)}
    .gad-related-premium__cta-button{margin-left:94px}
    .gad-related-premium__call{margin-left:auto}
}
@media (max-width:575.98px){
    .gad-related-premium{padding:58px 0 52px}
    .gad-related-premium__header{margin-bottom:32px}
    .gad-related-premium__heading{font-size:31px}
    .gad-related-premium__description{font-size:15px}
    .gad-related-premium__card{padding:24px 22px}
    .gad-related-premium__text{min-height:0}
    .gad-related-premium__cta{
        display:block;
        padding:24px 21px;
    }
    .gad-related-premium__cta-icon{margin-bottom:17px}
    .gad-related-premium__cta-copy h3{font-size:21px}
    .gad-related-premium__cta-button{
        display:flex;
        justify-content:center;
        margin:20px 0 0;
    }
    .gad-related-premium__call{
        margin:16px 0 0;
    }
}
