/* v11.8 — self-hosted Vazirmatn typography across the complete site */
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/uploads/rayno-fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/uploads/rayno-fonts/Vazirmatn-Medium.woff2") format("woff2");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/uploads/rayno-fonts/Vazirmatn-SemiBold.woff2") format("woff2");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/uploads/rayno-fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight:700;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/uploads/rayno-fonts/Vazirmatn-ExtraBold.woff2") format("woff2");
    font-weight:800;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/uploads/rayno-fonts/Vazirmatn-Black.woff2") format("woff2");
    font-weight:900;
    font-style:normal;
    font-display:swap;
}
html,
body,
button,
input,
textarea,
select,
option,
optgroup{
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif;
}

:root{
    --bg:#05101d;
    --bg2:#08182c;
    --light:#f4f7fa;
    --line:#e4eaf1;
    --white:#fff;
    --text:#0f1826;
    --muted:#6c7a90;
    --blue:#1882ff;
    --blue2:#3aa6ff;
    --cyan:#64d8ff;
    --shadow:0 24px 60px rgba(5,16,29,.10);
    --container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif;
    direction:rtl;
    background:#fff;
    color:var(--text);
    line-height:1.9;
    -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(calc(100% - 40px), var(--container));margin-inline:auto}

.site-header{
    position:fixed;
    top:0;right:0;left:0;
    z-index:999;
    background:rgba(5,16,29,.90);
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(14px);
    transition:all .25s ease;
}
.site-header.is-scrolled{
    background:rgba(5,16,29,.97);
    box-shadow:0 12px 34px rgba(0,0,0,.18);
}
.admin-bar .site-header{top:32px}
.header-inner{
    min-height:98px;
    display:flex;
    align-items:center;
    gap:24px;
    direction:ltr;
    padding-bottom:0;
}
.site-logo{
    flex-shrink:0;
    position:relative;
    top:0;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    height:100%;
}

.site-logo img{
    height:60px;
    width:auto;
    display:block;
}

.primary-navigation{
    margin-left:auto;
    display:flex;
    align-items:center;
    height:100%;
}
.main-menu{
    display:flex;
    align-items:center;
    gap:34px;
    list-style:none;
    padding:0;
    margin:0;
    direction:rtl;
    min-height:58px;
}
.main-menu a{
    color:rgba(255,255,255,.82);
    font-size:16px;
    font-weight:500;
    transition:color .2s ease;
}
.main-menu a:hover{color:#fff}
.main-menu .menu-support a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:var(--blue2);
    box-shadow:none;
    font-size:16px;
    font-weight:500;
}
.main-menu .menu-support a:hover{
    background:transparent;
    color:var(--cyan);
}
.menu-toggle{
    display:none;
    width:46px;height:46px;
    border:0;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    cursor:pointer;
}
.menu-toggle span{
    display:block;
    width:20px;height:2px;
    background:#fff;
    margin:4px auto;
}

.hero-section{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    padding:132px 0 0;
    background: url('../images/hero-background.webp') center center / cover no-repeat;
}
.hero-overlay{
    position:absolute;
    inset:0;
    opacity:.22;
    background:
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px);
    background-size:50px 50px;
    pointer-events:none;
}
.hero-layout{
    position:relative;
    z-index:2;
    display:flex;
    align-items:stretch;
    justify-content:flex-end;
    gap:0;
    min-height:calc(100vh - 132px);
    direction:rtl;
    padding-top:8px;
}

.hero-media{display:none}
.hero-media img{display:none}
.hero-copy{
    position:relative;
    direction:rtl;
    text-align:center;
    color:#fff;
    width:100%;
    max-width:none;
    margin:0;
    min-height:calc(100vh - 200px);
}
.hero-eyebrow{display:none}
.hero-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:var(--cyan);
    font-size:16px;
    font-weight:700;
}
.hero-eyebrow::before{
    content:"";
    width:44px;
    height:2px;
    border-radius:999px;
    background:currentColor;
}
.hero-copy h1{
    position:absolute;
    top:40.5%;
    left:50%;
    transform:translate(-50%, -50%);
    width:min(100%, 1100px);
    margin:0;
    font-size:clamp(24px, 2.3vw, 34px);
    line-height:1.8;
    font-weight:800;
    letter-spacing:-.2px;
    text-shadow:0 10px 28px rgba(0,0,0,.32);
    text-align:center;
    white-space:nowrap;
}
.hero-accent{display:none}
.hero-accent{
    width:120px;
    height:2px;
    margin:18px 0 28px auto;
    border-radius:999px;
    background:linear-gradient(90deg, var(--blue), rgba(255,255,255,.18));
}
.hero-buttons{
    position:absolute;
    left:0;
    bottom:62px;
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    justify-content:flex-start;
    direction:ltr;
    margin:0;
}
.hero-buttons .button{direction:rtl}
.button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:54px;
    min-width:176px;
    padding:0 24px;
    border-radius:14px;
    font-size:15px;
    font-weight:700;
    transition:all .2s ease;
}
.button:hover{transform:translateY(-2px)}
.button-primary{
    color:#fff;
    background:linear-gradient(135deg, var(--blue), var(--blue2));
    box-shadow:0 16px 36px rgba(24,130,255,.28);
}
.button-outline{
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.03);
}
.button-light{
    background:#fff;
    color:var(--text);
}
.button-outline-light{
    color:#fff;
    border:1px solid rgba(255,255,255,.34);
    background:transparent;
}

.stat-section{
    border-bottom:1px solid var(--line);
    background:#fff;
}
.stat-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
}
.stat-grid article{
    padding:30px 24px;
    border-left:1px solid var(--line);
}
.stat-grid article:last-child{border-left:0}
.stat-grid span{
    display:block;
    color:var(--blue);
    font-size:13px;
    font-weight:800;
    margin-bottom:10px;
}
.stat-grid strong{
    display:block;
    margin-bottom:5px;
    font-size:17px;
}
.stat-grid p{
    margin:0;
    color:var(--muted);
    font-size:13px;
}

.content-section{padding:100px 0}
.section-light{background:var(--light)}
.section-heading{
    max-width:850px;
    margin-bottom:42px;
}
.section-heading span,
.process-intro span,
.section-mini,
.contact-box span{
    color:var(--blue);
    font-weight:700;
    font-size:14px;
}
.section-heading h2,
.process-intro h2,
.about-grid h2,
.contact-box h2{
    margin:14px 0 14px;
    font-size:clamp(28px, 3vw, 42px);
    line-height:1.6;
}
.section-heading p,
.process-intro p,
.about-grid p{
    margin:0;
    color:var(--muted);
    font-size:16px;
}
.section-heading-wide{
    max-width:none;
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:55px;
    align-items:end;
}
.problem-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.info-card,
.service-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    padding:30px;
    transition:all .2s ease;
}
.info-card:hover,
.service-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow);
    border-color:rgba(24,130,255,.25);
}
.info-card b,
.service-card i{
    display:inline-grid;
    place-items:center;
    width:46px;height:46px;
    border-radius:14px;
    font-style:normal;
    background:rgba(24,130,255,.08);
    color:var(--blue);
    font-weight:800;
    margin-bottom:26px;
}
.info-card h3,
.service-card h3,
.process-list h3,
.project-card h3{
    margin:0 0 9px;
    font-size:18px;
}
.info-card p,
.service-card p,
.process-list p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.process-section{
    padding:100px 0;
    background:linear-gradient(135deg, #05101d 0%, #09182d 100%);
    color:#fff;
}
.process-layout{
    display:grid;
    grid-template-columns:.92fr 1.08fr;
    gap:70px;
}
.process-intro p{color:rgba(255,255,255,.66)}
.process-list article{
    display:grid;
    grid-template-columns:50px 1fr;
    gap:18px;
    padding:24px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
}
.process-list article:last-child{border-bottom:0}
.process-list b{
    display:grid;
    place-items:center;
    width:44px;height:44px;
    border-radius:50%;
    background:rgba(100,216,255,.10);
    color:var(--cyan);
}
.process-list p{color:rgba(255,255,255,.62)}

.projects-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.project-card{
    overflow:hidden;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
}
.project-visual{
    position:relative;
    height:250px;
    background:linear-gradient(145deg, #0b1830, #13335e);
}
.project-visual::after{
    content:"";
    position:absolute;
    inset:14%;
    border-radius:20px;
}
.project-one::after{
    background:repeating-linear-gradient(90deg, transparent 0 28px, rgba(100,216,255,.65) 29px 32px);
}
.project-two::after{
    background:
        radial-gradient(circle at 50% 16%, rgba(100,216,255,.95) 0 6px, transparent 7px),
        radial-gradient(circle at 18% 76%, rgba(24,130,255,.85) 0 7px, transparent 8px),
        radial-gradient(circle at 82% 76%, rgba(24,130,255,.85) 0 7px, transparent 8px),
        linear-gradient(59deg, transparent 49%, rgba(100,216,255,.45) 50% 51%, transparent 52%),
        linear-gradient(-59deg, transparent 49%, rgba(100,216,255,.45) 50% 51%, transparent 52%);
}
.project-three::after{
    border:1px solid rgba(255,255,255,.20);
    box-shadow:-20px 20px 0 rgba(100,216,255,.12), -40px 40px 0 rgba(100,216,255,.05);
}
.project-card h3{
    margin:0;
    padding:22px 22px 26px;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:start;
}
.contact-section{padding:0 0 100px}
.contact-box{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:50px;
    align-items:center;
    padding:52px;
    border-radius:28px;
    background:linear-gradient(135deg, var(--blue), #0d58ba);
    color:#fff;
    box-shadow:0 28px 70px rgba(24,130,255,.20);
}
.contact-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

.site-footer{
    background:#05101d;
    color:rgba(255,255,255,.66);
    padding:70px 0 25px;
}
.footer-main{
    display:grid;
    grid-template-columns:1.1fr .8fr .8fr;
    gap:60px;
}
.footer-brand img{
    height:52px;
    width:auto;
    margin-bottom:18px;
}
.footer-brand p{
    margin:0;
    color:rgba(255,255,255,.56);
    font-size:14px;
}
.footer-column h3{
    margin:0 0 16px;
    color:#fff;
    font-size:16px;
}
.footer-column a,
.footer-column span{
    display:block;
    margin:9px 0;
    font-size:14px;
}
.footer-bottom{
    margin-top:38px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.08);
    display:flex;
    justify-content:space-between;
    gap:20px;
    font-size:12px;
}

.default-page{
    min-height:70vh;
    padding:150px 0 80px;
    background:var(--light);
}
.content-card{
    background:#fff;
    border-radius:20px;
    padding:36px;
    box-shadow:var(--shadow);
}
.content-card-center{text-align:center}

@media (max-width:1100px){
    .hero-layout,
    .section-heading-wide,
    .process-layout,
    .about-grid,
    .contact-box,
    .footer-main{
        grid-template-columns:1fr;
    }
    .hero-layout{
        min-height:auto;
    }
    .hero-media{
        height:520px;
    }
    .problem-grid{grid-template-columns:repeat(2,1fr)}
    .services-grid{grid-template-columns:repeat(2,1fr)}
    .projects-grid{grid-template-columns:1fr}
}
@media (max-width:900px){
    .header-inner{
        min-height:84px;
        align-items:center;
        padding-bottom:0;
    }
    .site-logo{top:0}
    .site-logo img{height:46px}

    .admin-bar .site-header{top:46px}
    .header-inner{
        min-height:82px;
    }
    .site-logo img{
        height:48px;
    }
    .primary-navigation{
        display:none;
        position:fixed;
        top:82px;
        right:0;
        left:0;
        bottom:0;
        padding:24px;
        background:#05101d;
        border-top:1px solid rgba(255,255,255,.08);
        margin-left:0;
        min-height:calc(100vh - 82px);
        overflow-y:auto;
        z-index:1000;
        box-shadow:0 24px 60px rgba(0,0,0,.35);
    }
    .admin-bar .primary-navigation{
        top:128px;
        min-height:calc(100vh - 128px);
    }
    .primary-navigation.is-open{display:block}
    .main-menu{
        display:grid;
        gap:0;
        min-height:auto;
    }
    .main-menu a{
        display:block;
        padding:14px 0;
        border-bottom:1px solid rgba(255,255,255,.08);
    }
    .main-menu .menu-support a{
        color:var(--blue2);
    }
    .menu-toggle{
        display:block;
        margin-left:auto;
    }
    .hero-section{
        min-height:88vh;
        padding:118px 0 24px;
        background-position:center center;
    }
    .hero-layout{
        min-height:calc(88vh - 118px);
        padding-top:0;
        display:flex;
        align-items:stretch;
        justify-content:flex-end;
    }
    .hero-copy{
        max-width:none;
        margin-left:0;
        min-height:calc(88vh - 170px);
    }
    .hero-media{display:none}

    .stat-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .stat-grid article:nth-child(2){
        border-left:0;
    }
    .stat-grid article:nth-child(-n+2){
        border-bottom:1px solid var(--line);
    }
}
@media (max-width:640px){
    .site-logo img{height:44px}

    .container{width:min(calc(100% - 26px), var(--container))}
    .hero-copy h1{
        top:38.5%;
        width:100%;
        font-size:23px;
        line-height:1.95;
        white-space:normal;
        margin:0;
    }
    .hero-eyebrow{
        font-size:14px;
    }
    .hero-accent{
        width:100px;
        margin-bottom:24px;
    }
    .hero-buttons{
        left:0;
        right:0;
        bottom:28px;
        display:grid;
        grid-template-columns:1fr;
        width:100%;
        margin:0;
        padding:0;
    }
    .contact-actions{
        display:grid;
        grid-template-columns:1fr;
    }
    .button{
        width:100%;
    }
    .hero-media{display:none}
    .stat-grid,
    .problem-grid,
    .services-grid{
        grid-template-columns:1fr;
    }
    .stat-grid article{
        border-left:0;
        border-bottom:1px solid var(--line);
    }
    .content-section,
    .process-section{
        padding:80px 0;
    }
    .contact-box{
        padding:32px 24px;
    }
    .footer-bottom{
        flex-direction:column;
        gap:8px;
    }
    .content-card{
        padding:24px 18px;
    }
}

/* Network support service page */
.service-card-link{
    display:block;
    color:inherit;
}
.service-card-more{
    display:inline-block;
    margin-top:20px;
    color:var(--blue);
    font-size:13px;
    font-weight:700;
}
.network-support-page{
    background:#fff;
}

.service-hero{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    min-height:100vh;
    padding:84px 24px 0;
    box-sizing:border-box;
    color:#fff;
    background:
        linear-gradient(180deg, rgba(1,8,18,.20) 0%, rgba(1,8,18,.06) 45%, rgba(1,8,18,.52) 100%),
        url('../images/service-network-operations-background.webp') center center / cover no-repeat;
}
.service-hero::after{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 50% 48%, rgba(0,7,17,.08) 0%, rgba(0,7,17,.20) 44%, rgba(0,5,13,.46) 100%);
    pointer-events:none;
}
.service-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(2,10,22,.10), transparent 22%, transparent 78%, rgba(2,10,22,.10));
    pointer-events:none;
}
.service-hero-inner{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:calc(100vh - 84px);
}
.service-hero-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    width:100%;
    max-width:1600px;
    margin:auto;
    text-align:center;
    color:var(--white);
    min-height:min(760px, calc(100vh - 128px));
    padding:24px 0 26px;
}
.service-hero-copy{
    width:100%;
    max-width:1400px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:auto 0;
}
.service-hero-footer{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
}
.service-kicker{
    color:var(--blue2);
    font-size:30px;
    font-weight:800;
    letter-spacing:-.3px;
    margin-bottom:22px;
}
.service-hero h1{
    margin:0 0 28px;
    font-size:clamp(18px, 1.4vw, 24px);
    line-height:1.95;
    letter-spacing:-.2px;
    text-align:center;
    color:#ffffff;
    font-weight:700;
}
.service-hero-content > p{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    color:rgba(255,255,255,.84);
    font-size:15px;
    line-height:2.35;
    white-space:nowrap;
    text-align:center;
}


.service-hero-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:16px;
    margin-top:0;
    padding-top:20px;
    text-align:center;
}
.service-hero-meta{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:14px 34px;
    margin-top:22px;
    padding-bottom:0;
    color:rgba(255,255,255,.74);
    font-size:13px;
    text-align:center;
}
.service-hero-meta span::before{
    content:'✓';
    margin-left:7px;
    color:var(--blue2);
}
.service-hero-actions .button{
    min-width:220px;
    justify-content:center;
    text-align:center;
}
.service-intro-section,
.service-scope-section,
.service-benefit-section,
.service-process-section,
.service-faq-section{
    padding:105px 0;
}
.service-intro-grid,
.service-benefit-grid,
.service-faq-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:85px;
    align-items:start;
}
.service-section-title span,
.service-section-heading > span,
.service-benefit-panel > span,
.service-cta-box > div > span{
    color:var(--blue);
    font-size:14px;
    font-weight:700;
}
.service-section-title h2,
.service-section-heading h2,
.service-benefit-panel h2,
.service-cta-box h2{
    margin:13px 0 15px;
    font-size:clamp(29px, 3.2vw, 44px);
    line-height:1.55;
    letter-spacing:-.5px;
}
.service-intro-copy p{
    margin:0 0 18px;
    color:var(--muted);
    font-size:16px;
}
.service-scope-section,
.service-faq-section{
    background:var(--light);
}
.service-section-heading{
    max-width:850px;
    margin-bottom:42px;
}
.centered-heading{
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
.service-section-heading > p{
    margin:0;
    color:var(--muted);
}
.service-scope-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.service-scope-grid article{
    padding:30px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-scope-grid article:hover{
    transform:translateY(-4px);
    border-color:rgba(24,130,255,.24);
    box-shadow:var(--shadow);
}
.service-scope-grid b{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    margin-bottom:25px;
    border-radius:14px;
    color:var(--blue);
    background:rgba(24,130,255,.08);
}
.service-scope-grid h3{
    margin:0 0 8px;
    font-size:18px;
}
.service-scope-grid p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
.service-benefit-section{
    color:#fff;
    background:linear-gradient(135deg,#05101d,#0a1d36);
}
.service-benefit-panel > span{
    color:var(--blue2);
}
.service-benefit-panel p{
    margin:0;
    color:rgba(255,255,255,.66);
}
.service-benefit-list{
    display:grid;
}
.service-benefit-list article{
    display:grid;
    grid-template-columns:44px 1fr;
    gap:17px;
    padding:21px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
}
.service-benefit-list article:last-child{
    border-bottom:0;
}
.service-benefit-list article > span{
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    border-radius:50%;
    color:var(--blue2);
    background:rgba(58,166,255,.10);
}
.service-benefit-list h3{
    margin:0 0 4px;
    font-size:17px;
}
.service-benefit-list p{
    margin:0;
    color:rgba(255,255,255,.58);
    font-size:14px;
}
.service-process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.service-process-grid article{
    position:relative;
    padding:28px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
}
.service-process-grid b{
    display:block;
    margin-bottom:34px;
    color:var(--blue);
    font-size:14px;
}
.service-process-grid h3{
    margin:0 0 8px;
    font-size:18px;
}
.service-process-grid p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
.faq-list{
    display:grid;
    gap:13px;
}
.faq-list details{
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
}
.faq-list summary{
    position:relative;
    padding:20px 22px 20px 50px;
    cursor:pointer;
    font-weight:700;
    list-style:none;
}
.faq-list summary::-webkit-details-marker{
    display:none;
}
.faq-list summary::after{
    content:'+';
    position:absolute;
    left:22px;
    top:50%;
    transform:translateY(-50%);
    color:var(--blue);
    font-size:22px;
}
.faq-list details[open] summary::after{
    content:'−';
}
.faq-list details p{
    margin:0;
    padding:0 22px 21px;
    color:var(--muted);
    font-size:14px;
}
.service-final-cta{
    padding:0 0 105px;
}
.service-cta-box{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:50px;
    align-items:center;
    padding:52px;
    border-radius:28px;
    color:#fff;
    background:linear-gradient(135deg,var(--blue),#0d58ba);
    box-shadow:0 28px 70px rgba(24,130,255,.20);
}
.service-cta-box > div > span{
    color:rgba(255,255,255,.78);
}
.service-cta-box p{
    margin:0;
    color:rgba(255,255,255,.76);
}
.service-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

@media(max-width:1000px){
    .service-intro-grid,
    .service-benefit-grid,
    .service-faq-grid,
    .service-cta-box{
        grid-template-columns:1fr;
        gap:42px;
    }
    .service-scope-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .service-process-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:1180px) and (min-width:641px){
    .service-hero-content > p{
        font-size:14px;
        letter-spacing:-.18px;
    }
}
@media(max-width:640px){
    .service-hero{
        min-height:100svh;
        padding:84px 20px 0;
        background-position:center center;
    }
    .service-hero-inner{
        min-height:calc(100svh - 84px);
    }
    .service-hero-content{
        min-height:calc(100svh - 84px);
        padding:18px 0 18px;
    }
    .service-hero-copy{
        margin:auto 0;
    }
    .service-kicker{
        font-size:23px;
        margin-bottom:16px;
    }
    .service-hero-actions{
        margin-top:0;
        padding-top:24px;
    }
    .service-hero-meta{
        margin-top:18px;
        padding-bottom:0;
        gap:10px 18px;
    }
    .service-hero h1{
        margin:0 0 18px;
        font-size:20px;
        line-height:1.95;
    }
    .service-hero-content > p{
        max-width:390px;
        font-size:14px;
        line-height:2.25;
        white-space:normal;
        margin:0 auto;
    }
    .service-hero-actions,
    .service-cta-actions{
        display:grid;
        grid-template-columns:1fr;
    }
    .service-hero-actions .button,
    .service-cta-actions .button{
        width:100%;
    }
    .service-intro-section,
    .service-scope-section,
    .service-benefit-section,
    .service-process-section,
    .service-faq-section{
        padding:75px 0;
    }
    .service-scope-grid,
    .service-process-grid{
        grid-template-columns:1fr;
    }
    .service-cta-box{
        padding:32px 24px;
    }
}



/* Network support page — completed introduction */
.service-intro-step{
    position:relative;
    overflow:hidden;
    background:#ffffff;
    border-top:1px solid #e9eef5;
}
.service-intro-step::before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:38%;
    height:3px;
    background:linear-gradient(90deg, transparent, var(--blue));
}
.service-intro-step .service-intro-grid{
    display:grid;
    grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
    gap:76px;
    align-items:stretch;
}
.service-intro-step .service-section-title{
    position:static;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:100%;
    padding:24px 0;
    text-align:center;
}
.service-intro-step .service-section-title span{
    font-size:18px;
    line-height:1.8;
}
.service-intro-step .service-section-title h2{
    width:100%;
    max-width:none;
    margin:16px 0 0;
    font-size:clamp(24px,2.25vw,32px);
    line-height:1.65;
    white-space:nowrap;
    text-align:center;
}
.service-intro-step .service-intro-copy{
    padding:38px 42px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#f8fafc;
    box-shadow:0 18px 45px rgba(5,16,29,.06);
}
.service-intro-step .service-intro-copy p{
    margin:0 0 22px;
    color:#526174;
    font-size:16px;
    line-height:2.25;
    text-align:justify;
    text-align-last:right;
}
.service-intro-step .service-intro-copy p:last-child{
    margin-bottom:0;
}
.service-intro-highlights{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:34px;
}
.service-intro-highlights > div{
    display:flex;
    align-items:flex-start;
    gap:12px;
    min-height:92px;
    padding:22px 20px;
    border:1px solid #e5ebf3;
    border-radius:16px;
    background:#ffffff;
    box-shadow:0 12px 30px rgba(5,16,29,.045);
}
.service-intro-highlights span{
    display:inline-flex;
    flex:0 0 26px;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    margin-top:3px;
    border-radius:50%;
    background:rgba(24,130,255,.11);
    color:var(--blue);
    font-size:15px;
    font-weight:800;
}
.service-intro-highlights p{
    margin:0;
    color:#334155;
    font-size:14px;
    font-weight:600;
    line-height:1.95;
}
@media(max-width:1000px){
    .service-intro-step .service-intro-grid{
        grid-template-columns:1fr;
        gap:34px;
    }
    .service-intro-step .service-section-title{
        position:static;
        min-height:auto;
        padding:0;
    }
    .service-intro-step .service-section-title h2{
        white-space:normal;
    }
    .service-intro-highlights{
        grid-template-columns:1fr;
    }
    .service-intro-highlights > div{
        min-height:auto;
    }
}
@media(max-width:640px){
    .service-intro-step .service-intro-copy{
        padding:26px 22px;
        border-radius:16px;
    }
    .service-intro-step .service-intro-copy p{
        font-size:15px;
        line-height:2.15;
        text-align:right;
    }
    .service-intro-step .service-section-title span{
        font-size:17px;
    }
    .service-intro-step .service-section-title h2{
        font-size:25px;
        line-height:1.75;
    }
    .service-intro-highlights{
        margin-top:24px;
        gap:12px;
    }
    .service-intro-highlights > div{
        padding:18px 16px;
    }
}


/* Network support page — problems section */
.service-problems-section{
    position:relative;
    padding:110px 0;
    overflow:hidden;
    background:linear-gradient(180deg,#f4f7fa 0%,#eef3f8 100%);
    border-top:1px solid #e3eaf2;
}
.service-problems-section::before{
    content:'';
    position:absolute;
    top:-120px;
    left:-100px;
    width:360px;
    height:360px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(24,130,255,.09),rgba(24,130,255,0) 70%);
    pointer-events:none;
}
.service-problems-heading{
    position:relative;
    z-index:1;
    max-width:860px;
    margin:0 auto 48px;
    text-align:center;
}
.service-problems-heading > span{
    display:inline-block;
    margin-bottom:16px;
    color:var(--blue);
    font-size:18px;
    line-height:1.8;
    font-weight:800;
}
.service-problems-heading h2{
    margin:0 0 18px;
    color:#101b2b;
    font-size:clamp(24px,2.25vw,32px);
    line-height:1.65;
    letter-spacing:-.5px;
}
.service-problems-heading p{
    max-width:760px;
    margin:0 auto;
    color:#5f6f83;
    font-size:16px;
    line-height:2.1;
}
.service-problems-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}
.service-problem-card{
    min-height:245px;
    padding:30px 28px;
    border:1px solid #dfe7f0;
    border-radius:20px;
    background:rgba(255,255,255,.92);
    box-shadow:0 14px 36px rgba(5,16,29,.055);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.service-problem-card:hover{
    transform:translateY(-5px);
    border-color:rgba(24,130,255,.32);
    box-shadow:0 22px 48px rgba(5,16,29,.09);
}
.service-problem-icon{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    margin-bottom:24px;
    border-radius:15px;
    color:var(--blue);
    background:linear-gradient(145deg,rgba(24,130,255,.14),rgba(58,166,255,.06));
    border:1px solid rgba(24,130,255,.12);
}
.service-problem-icon svg{
    width:26px;
    height:26px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.service-problem-card h3{
    margin:0 0 12px;
    color:#142033;
    font-size:18px;
    line-height:1.7;
}
.service-problem-card p{
    margin:0;
    color:#647386;
    font-size:14px;
    line-height:2;
}
@media(max-width:1000px){
    .service-problems-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:640px){
    .service-problems-section{
        padding:75px 0;
    }
    .service-problems-heading{
        margin-bottom:32px;
    }
    .service-problems-heading > span{
        font-size:17px;
    }
    .service-problems-heading h2{
        font-size:25px;
        line-height:1.75;
    }
    .service-problems-heading p{
        font-size:15px;
        line-height:2;
    }
    .service-problems-grid{
        grid-template-columns:1fr;
        gap:14px;
    }
    .service-problem-card{
        min-height:auto;
        padding:25px 22px;
    }
}


/* Network support page — service offerings */
.service-offerings-section{
    position:relative;
    padding:110px 0;
    overflow:hidden;
    background:#ffffff;
    border-top:1px solid #e8edf3;
}
.service-offerings-section::before{
    content:'';
    position:absolute;
    right:-130px;
    bottom:-160px;
    width:430px;
    height:430px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(24,130,255,.08),rgba(24,130,255,0) 70%);
    pointer-events:none;
}
.service-offerings-heading{
    position:relative;
    z-index:1;
    max-width:900px;
    margin:0 auto 48px;
    text-align:center;
}
.service-offerings-heading > span{
    display:inline-block;
    margin-bottom:16px;
    color:var(--blue2);
    font-size:18px;
    line-height:1.8;
    font-weight:800;
}
.service-offerings-heading h2{
    margin:0 0 18px;
    color:#101b2b;
    font-size:clamp(24px,2.25vw,32px);
    line-height:1.65;
    letter-spacing:-.5px;
}
.service-offerings-heading p{
    max-width:790px;
    margin:0 auto;
    color:#5f6f83;
    font-size:16px;
    line-height:2.1;
}
.service-featured-card{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:28px;
    min-height:210px;
    margin-bottom:22px;
    padding:38px 42px;
    overflow:hidden;
    border:1px solid rgba(100,216,255,.16);
    border-radius:24px;
    background:linear-gradient(135deg,#05101d 0%,#0a1d36 70%,#0c2a4a 100%);
    box-shadow:0 24px 58px rgba(5,16,29,.16);
}
.service-featured-card::after{
    content:'';
    position:absolute;
    left:-80px;
    top:-110px;
    width:330px;
    height:330px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(58,166,255,.18),rgba(58,166,255,0) 68%);
    pointer-events:none;
}
.service-featured-icon{
    position:relative;
    z-index:1;
    display:grid;
    place-items:center;
    width:82px;
    height:82px;
    border-radius:22px;
    color:var(--blue2);
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.11);
}
.service-featured-icon svg,
.service-offering-icon svg{
    width:34px;
    height:34px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.service-featured-copy{
    position:relative;
    z-index:1;
}
.service-featured-copy > span{
    display:inline-block;
    margin-bottom:9px;
    color:var(--blue2);
    font-size:13px;
    font-weight:800;
}
.service-featured-copy h3{
    margin:0 0 12px;
    color:#ffffff;
    font-size:clamp(22px,2.1vw,31px);
    line-height:1.65;
}
.service-featured-copy p{
    max-width:930px;
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:15px;
    line-height:2.05;
}
.service-offerings-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.service-offering-card{
    min-height:255px;
    padding:28px 24px;
    border:1px solid #e1e8f0;
    border-radius:20px;
    background:#f8fafc;
    box-shadow:0 12px 30px rgba(5,16,29,.045);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.service-offering-card:hover{
    transform:translateY(-5px);
    border-color:rgba(24,130,255,.30);
    background:#ffffff;
    box-shadow:0 22px 48px rgba(5,16,29,.09);
}
.service-offering-icon{
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    margin-bottom:23px;
    border-radius:16px;
    color:var(--blue);
    background:linear-gradient(145deg,rgba(24,130,255,.14),rgba(58,166,255,.055));
    border:1px solid rgba(24,130,255,.12);
}
.service-offering-icon svg{
    width:27px;
    height:27px;
}
.service-offering-card h3{
    margin:0 0 11px;
    color:#142033;
    font-size:17px;
    line-height:1.75;
}
.service-offering-card p{
    margin:0;
    color:#647386;
    font-size:14px;
    line-height:2;
}
@media(max-width:1120px){
    .service-offerings-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:700px){
    .service-offerings-section{
        padding:75px 0;
    }
    .service-offerings-heading{
        margin-bottom:32px;
    }
    .service-offerings-heading > span{
        font-size:17px;
    }
    .service-offerings-heading h2{
        font-size:25px;
        line-height:1.75;
    }
    .service-offerings-heading p{
        font-size:15px;
        line-height:2;
    }
    .service-featured-card{
        grid-template-columns:1fr;
        gap:20px;
        min-height:auto;
        padding:30px 24px;
        text-align:right;
    }
    .service-featured-icon{
        width:68px;
        height:68px;
        border-radius:19px;
    }
    .service-featured-copy h3{
        font-size:23px;
    }
    .service-offerings-grid{
        grid-template-columns:1fr;
        gap:14px;
    }
    .service-offering-card{
        min-height:auto;
        padding:25px 22px;
    }
}

/* Network support page — typography aligned with approved sections */
.service-benefit-panel > span,
.service-process-section .service-section-heading > span,
.service-faq-section .service-section-title > span,
.service-final-cta .service-cta-box > div > span{
    display:inline-block;
    margin-bottom:16px;
    font-size:18px;
    line-height:1.8;
    font-weight:800;
    color:var(--blue2);
}
.service-benefit-panel h2,
.service-process-section .service-section-heading h2,
.service-faq-section .service-section-title h2,
.service-final-cta .service-cta-box h2{
    margin:0 0 18px;
    font-size:clamp(24px,2.25vw,32px);
    line-height:1.65;
    letter-spacing:-.5px;
}
.service-benefit-panel p,
.service-process-section .service-section-heading > p,
.service-final-cta .service-cta-box p{
    font-size:16px;
    line-height:2.1;
}
.service-benefit-list h3,
.service-process-grid h3,
.faq-list summary{
    font-size:18px;
    line-height:1.7;
}
.service-benefit-list p,
.service-process-grid p,
.faq-list details p{
    font-size:14px;
    line-height:2;
}
@media(max-width:640px){
    .service-benefit-panel > span,
    .service-process-section .service-section-heading > span,
    .service-faq-section .service-section-title > span,
    .service-final-cta .service-cta-box > div > span{
        font-size:17px;
    }
    .service-benefit-panel h2,
    .service-process-section .service-section-heading h2,
    .service-faq-section .service-section-title h2,
    .service-final-cta .service-cta-box h2{
        font-size:25px;
        line-height:1.75;
    }
    .service-benefit-panel p,
    .service-process-section .service-section-heading > p,
    .service-final-cta .service-cta-box p{
        font-size:15px;
        line-height:2;
    }
    .service-benefit-list h3,
    .service-process-grid h3,
    .faq-list summary{
        font-size:17px;
    }
}


.service-benefit-grid{align-items:center;}


.service-benefit-panel{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:100%;
}
.service-offering-card:last-child h3{
    white-space:nowrap;
    font-size:16px;
}
@media(max-width:1000px){
    .service-benefit-panel{
        min-height:auto;
    }
}
@media(max-width:767px){
    .service-offering-card:last-child h3{
        white-space:nowrap;
        font-size:15px;
    }
}


/* FAQ heading aligned with the approved benefits section */
.service-faq-grid{
    align-items:center;
}
.service-faq-section .service-section-title{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:100%;
    text-align:center;
}
.service-faq-section .service-section-title > span{
    font-size:18px;
    line-height:1.8;
    font-weight:800;
    color:var(--blue2);
}
.service-faq-section .service-section-title h2{
    margin:0;
    font-size:clamp(24px,2.25vw,32px);
    line-height:1.65;
    letter-spacing:-.5px;
}
@media(max-width:1000px){
    .service-faq-section .service-section-title{
        min-height:auto;
    }
}
@media(max-width:640px){
    .service-faq-section .service-section-title > span{
        font-size:17px;
    }
    .service-faq-section .service-section-title h2{
        font-size:25px;
        line-height:1.75;
    }
}


/* FAQ title: exact vertical centering beside the accordion list */
.service-faq-section .service-faq-grid{
    align-items:stretch !important;
}
.service-faq-section .service-section-title{
    align-self:center !important;
    justify-self:stretch;
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    min-height:100%;
    margin:0;
    text-align:center;
}
.service-faq-section .service-section-title > span{
    margin:0 0 16px;
    font-size:18px;
    line-height:1.8;
    font-weight:800;
    color:var(--blue2);
}
.service-faq-section .service-section-title h2{
    margin:0;
    font-size:clamp(24px,2.25vw,32px);
    line-height:1.65;
    letter-spacing:-.5px;
}

@media(max-width:1000px){
    .service-faq-section .service-section-title{
        height:auto;
        min-height:auto;
    }
}
@media(max-width:640px){
    .service-faq-section .service-section-title > span{
        font-size:17px;
    }
    .service-faq-section .service-section-title h2{
        font-size:25px;
        line-height:1.75;
    }
}


/* Homepage contact heading — compact single-line desktop layout */
.contact-section .contact-box h2{
    font-size:clamp(22px,2vw,28px);
    line-height:1.75;
    letter-spacing:-.35px;
}
@media(min-width:768px){
    .contact-section .contact-box h2{
        white-space:nowrap;
    }
}
@media(max-width:767px){
    .contact-section .contact-box h2{
        font-size:22px;
        white-space:normal;
    }
}


/* Homepage contact section — verified compact heading and direct contact links */
.contact-section .contact-box h2{
    font-size:17px !important;
    line-height:1.9 !important;
    letter-spacing:-.2px !important;
    white-space:nowrap !important;
}
.contact-section .contact-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    width:100%;
}
.contact-section .contact-actions .button{
    width:100%;
    min-width:0;
    padding-inline:16px;
    direction:ltr;
}
.contact-social-links{
    grid-column:1 / -1;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:10px 18px;
    padding-top:6px;
}
.contact-social-links a{
    color:#fff;
    font-size:14px;
    font-weight:700;
    opacity:.9;
    border-bottom:1px solid rgba(255,255,255,.42);
}
.contact-social-links a:hover{
    opacity:1;
    border-bottom-color:#fff;
}
.site-footer .footer-column a[href^="mailto:"],
.site-footer .footer-column a[href^="tel:"]{
    direction:ltr;
    text-align:right;
}
@media(max-width:1100px) and (min-width:768px){
    .contact-section .contact-box h2{
        font-size:15px !important;
    }
}
@media(max-width:767px){
    .contact-section .contact-box h2{
        font-size:20px !important;
        line-height:1.9 !important;
        white-space:normal !important;
    }
    .contact-section .contact-actions{
        grid-template-columns:1fr;
    }
    .contact-social-links{
        grid-column:1;
        justify-content:center;
    }
}


/* Homepage contact heading — guaranteed single-line desktop layout */
@media(min-width:1101px){
    .contact-section .contact-box{
        grid-template-columns:minmax(0,1.45fr) minmax(360px,.55fr) !important;
        gap:36px !important;
    }
    .contact-section .contact-box > div:first-child{
        min-width:0;
        width:100%;
    }
    .contact-section .contact-box h2{
        display:block;
        width:100%;
        max-width:none !important;
        margin:14px 0 !important;
        font-size:15px !important;
        line-height:1.9 !important;
        letter-spacing:-.45px !important;
        white-space:nowrap !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
    }
}
@media(min-width:768px) and (max-width:1100px){
    .contact-section .contact-box h2{
        font-size:16px !important;
        white-space:nowrap !important;
    }
}
@media(max-width:767px){
    .contact-section .contact-box h2{
        font-size:19px !important;
        white-space:normal !important;
    }
}


/* Footer refinements v39 */
.footer-main{
    grid-template-columns:1.25fr .75fr .95fr;
    align-items:start;
}
.footer-brand p{
    font-size:12px !important;
    line-height:1.9;
    white-space:nowrap;
}
.footer-contact-column h3{
    margin-bottom:18px;
}
.footer-contact-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.footer-contact-item{
    display:flex !important;
    align-items:center;
    gap:10px;
    margin:0 !important;
    line-height:1.8;
}
.footer-contact-item .footer-icon{
    width:22px;
    min-width:22px;
    height:22px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(58,166,255,.12);
    color:var(--blue2);
    font-size:12px;
    font-weight:800;
}
.footer-contact-item .footer-text{
    display:block;
}
.footer-contact-static{
    color:rgba(255,255,255,.66);
}
.site-footer .footer-column a[href^="mailto:"],
.site-footer .footer-column a[href^="tel:"]{
    direction:ltr;
    text-align:right;
}
@media(max-width:1200px){
    .footer-brand p{
        white-space:normal;
    }
}
@media(max-width:767px){
    .footer-contact-item{
        gap:8px;
    }
    .footer-brand p{
        white-space:normal;
        font-size:13px !important;
    }
}


/* v40 contact section and footer tidy-up */
@media(min-width:768px){
    .contact-section .contact-box{
        grid-template-columns:minmax(0,1.75fr) minmax(290px,.25fr) !important;
        gap:24px !important;
    }
    .contact-section .contact-box h2{
        font-size:13px !important;
        line-height:1.75 !important;
        white-space:nowrap !important;
        margin:10px 0 0 !important;
        letter-spacing:-.15px !important;
    }
}
@media(min-width:1101px){
    .contact-section .contact-box h2{
        font-size:12px !important;
    }
}

.footer-contact-column{
    text-align:right;
}
.footer-contact-list{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px 26px;
    align-items:start;
}
.footer-contact-item{
    display:flex !important;
    flex-direction:row-reverse;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
    text-align:right;
    margin:0 !important;
    line-height:1.85;
}
.footer-contact-item .footer-icon{
    width:24px;
    min-width:24px;
    height:24px;
    display:grid !important;
    place-items:center;
    border-radius:50%;
    background:rgba(58,166,255,.12);
    color:var(--blue2);
    font-size:14px !important;
}
.footer-contact-item .dashicons{
    font-family:dashicons !important;
    line-height:1 !important;
}
.footer-contact-item .footer-text{
    display:block;
}
.footer-contact-support,
.footer-contact-static{
    grid-column:1 / -1;
}
.site-footer .footer-column a[href^="mailto:"],
.site-footer .footer-column a[href^="tel:"]{
    direction:ltr;
    unicode-bidi:isolate;
}
.footer-brand p{
    font-size:11px !important;
    line-height:1.85;
    white-space:nowrap;
}
@media(max-width:1200px){
    .footer-contact-list{
        grid-template-columns:1fr;
    }
    .footer-contact-support,
    .footer-contact-static{
        grid-column:auto;
    }
    .footer-brand p{
        white-space:normal;
    }
}
@media(max-width:767px){
    .footer-contact-list{
        grid-template-columns:1fr;
        gap:10px;
    }
    .contact-section .contact-box h2{
        font-size:18px !important;
        white-space:normal !important;
    }
}


/* v41 home stat cards refinement */
.stat-grid article{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.stat-card-head{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:12px;
}
.stat-card-number{
    display:inline-block;
    margin:0;
    color:var(--blue);
    font-size:17px;
    font-weight:800;
    line-height:1.8;
}
.stat-card-title{
    display:inline-block;
    margin:0;
    font-size:17px;
    font-weight:800;
    line-height:1.8;
}
.stat-grid p{
    text-align:center;
}
@media (max-width:640px){
    .stat-card-head{
        flex-wrap:wrap;
        gap:8px;
    }
}


/* v42 remove stat card numbers */
.stat-card-number{display:none !important}
.stat-card-head{gap:0}


/* v43 risk section refinement */
#solutions .section-heading > span{
    font-size:18px !important;
    line-height:1.8 !important;
    font-weight:800;
}
#solutions .section-heading h2{
    font-size:clamp(32px,3.1vw,48px) !important;
    line-height:1.75 !important;
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
}
#solutions .problem-grid .info-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    min-height:320px;
}
#solutions .problem-grid .info-card h3,
#solutions .problem-grid .info-card p{
    text-align:center;
    width:100%;
}
#solutions .problem-grid .info-card h3{
    margin:0 0 14px;
}
#solutions .problem-grid .info-card p{
    margin:0;
}
#solutions .problem-grid .info-card b{
    display:none !important;
}
@media(max-width:640px){
    #solutions .section-heading > span{
        font-size:17px !important;
    }
    #solutions .section-heading h2{
        font-size:26px !important;
        line-height:1.85 !important;
    }
    #solutions .problem-grid .info-card{
        min-height:260px;
    }
}


/* v44 stronger fix for risk section */
#solutions .section-heading{
    text-align:center !important;
}
#solutions .section-heading > span{
    display:block !important;
    font-size:22px !important;
    line-height:1.9 !important;
    font-weight:800 !important;
    margin-bottom:18px !important;
    color:var(--blue) !important;
}
#solutions .section-heading h2{
    font-size:40px !important;
    line-height:1.8 !important;
    font-weight:800 !important;
    max-width:1100px !important;
    margin:0 auto 24px !important;
}
#solutions .problem-grid{
    align-items:stretch !important;
}
#solutions .problem-grid .info-card{
    display:grid !important;
    place-items:center !important;
    align-content:center !important;
    justify-items:center !important;
    text-align:center !important;
    min-height:300px !important;
    padding:34px 26px !important;
}
#solutions .problem-grid .info-card > *{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
#solutions .problem-grid .info-card h3{
    margin:0 0 14px !important;
    font-size:19px !important;
    line-height:1.8 !important;
}
#solutions .problem-grid .info-card p{
    margin:0 !important;
    font-size:15px !important;
    line-height:2 !important;
    max-width:270px !important;
}
@media(max-width:1000px){
    #solutions .section-heading > span{
        font-size:20px !important;
    }
    #solutions .section-heading h2{
        font-size:34px !important;
    }
}
@media(max-width:640px){
    #solutions .section-heading > span{
        font-size:18px !important;
    }
    #solutions .section-heading h2{
        font-size:26px !important;
        line-height:1.9 !important;
    }
    #solutions .problem-grid .info-card{
        min-height:240px !important;
    }
}


/* v45 final sizing fix for risk section */
#solutions .section-heading{
    max-width:none !important;
    width:100% !important;
    margin-bottom:42px !important;
    text-align:center !important;
}
#solutions .section-heading > span{
    display:block !important;
    margin:0 0 14px !important;
    color:var(--blue) !important;
    font-size:16px !important;
    line-height:1.8 !important;
    font-weight:800 !important;
}
#solutions .section-heading h2{
    width:100% !important;
    max-width:none !important;
    margin:0 auto 18px !important;
    color:#101b2b !important;
    font-size:26px !important;
    line-height:1.8 !important;
    font-weight:800 !important;
    letter-spacing:-.35px !important;
    white-space:nowrap !important;
}
#solutions .section-heading p{
    max-width:1100px !important;
    margin:0 auto !important;
    text-align:center !important;
}
#solutions .problem-grid .info-card{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:300px !important;
    text-align:center !important;
}
#solutions .problem-grid .info-card h3,
#solutions .problem-grid .info-card p{
    width:100% !important;
    margin-right:auto !important;
    margin-left:auto !important;
    text-align:center !important;
}
@media(max-width:1100px){
    #solutions .section-heading h2{
        font-size:27px !important;
        white-space:normal !important;
    }
}
@media(max-width:640px){
    #solutions .section-heading > span{
        font-size:17px !important;
    }
    #solutions .section-heading h2{
        font-size:24px !important;
        line-height:1.9 !important;
        white-space:normal !important;
    }
    #solutions .problem-grid .info-card{
        min-height:240px !important;
    }
}


/* v47 compact homepage services */
.home-services-section{
    padding:82px 0
}
.home-services-heading{
    margin-bottom:34px
}
.home-services-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px
}
.home-service-card{
    display:flex;
    min-height:210px;
    padding:30px 26px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center
}
.home-service-card h3{
    margin:0 0 12px;
    font-size:18px;
    line-height:1.8;
    text-align:center
}
.home-service-card p{
    max-width:330px;
    margin:0;
    font-size:14px;
    line-height:2;
    text-align:center
}
.home-services-action{
    display:flex;
    justify-content:center;
    margin-top:30px
}
.home-services-action .button{
    min-width:190px
}
@media(max-width:900px){
    .home-services-grid{
        grid-template-columns:1fr
    }
    .home-service-card{
        min-height:180px
    }
}
@media(max-width:640px){
    .home-services-section{
        padding:70px 0
    }
    .home-services-heading{
        margin-bottom:28px
    }
}


/* v48 home services heading exact alignment */
.home-services-heading{
    max-width:none !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:0 !important;
    margin-bottom:34px !important;
}
.home-services-heading > div{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    width:100% !important;
}
.home-services-heading > div > span{
    display:block !important;
    width:100% !important;
    text-align:center !important;
    font-size:16px !important;
    line-height:1.8 !important;
    font-weight:700 !important;
    margin:0 0 12px !important;
}
.home-services-heading > div > h2{
    width:100% !important;
    text-align:center !important;
    font-size:26px !important;
    line-height:1.8 !important;
    margin:0 !important;
}
.home-services-heading > p{
    width:100% !important;
    max-width:760px !important;
    text-align:center !important;
    margin:18px auto 0 !important;
}
@media(max-width:640px){
    .home-services-heading > div > span{
        font-size:16px !important;
    }
    .home-services-heading > div > h2{
        font-size:24px !important;
        line-height:1.9 !important;
    }
}


/* v50 cooperation section right column only */
.process-section .process-intro{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.process-section .process-intro span{
    display:block;
    width:100%;
    margin:0 0 12px;
    font-size:16px !important;
    line-height:1.8;
    text-align:center;
}
.process-section .process-intro h2{
    width:100%;
    margin:0 0 18px;
    font-size:26px !important;
    line-height:1.8;
    text-align:center;
}
.process-section .process-intro p{
    width:100%;
    margin:0;
    text-align:center;
}


/* v51 cooperation section right alignment */
.process-section .process-intro{
    align-items:stretch !important;
    text-align:right !important;
}
.process-section .process-intro span,
.process-section .process-intro h2,
.process-section .process-intro p{
    width:100% !important;
    text-align:right !important;
}


/* v52 real projects section */
.projects-grid-five{
    grid-template-columns:repeat(6,minmax(0,1fr)) !important;
    align-items:stretch
}
.projects-grid-five .project-card{
    grid-column:span 2;
    display:flex;
    flex-direction:column;
    height:100%
}
.projects-grid-five .project-card:nth-child(4){
    grid-column:2 / span 2
}
.projects-grid-five .project-card:nth-child(5){
    grid-column:4 / span 2
}
.projects-grid-five .project-visual{
    height:220px;
    flex:0 0 auto
}
.project-card-content{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:24px 24px 28px
}
.projects-grid-five .project-card h3{
    margin:0 0 12px;
    padding:0;
    font-size:18px;
    line-height:1.8
}
.projects-grid-five .project-card p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:2
}
.project-four::after{
    background:
        linear-gradient(90deg,transparent 48%,rgba(100,216,255,.5) 49% 51%,transparent 52%),
        linear-gradient(0deg,transparent 48%,rgba(24,130,255,.35) 49% 51%,transparent 52%),
        radial-gradient(circle at 20% 25%,rgba(100,216,255,.9) 0 7px,transparent 8px),
        radial-gradient(circle at 80% 25%,rgba(24,130,255,.9) 0 7px,transparent 8px),
        radial-gradient(circle at 20% 75%,rgba(24,130,255,.9) 0 7px,transparent 8px),
        radial-gradient(circle at 80% 75%,rgba(100,216,255,.9) 0 7px,transparent 8px)
}
.project-five::after{
    border:1px solid rgba(255,255,255,.18);
    background:
        repeating-linear-gradient(0deg,rgba(100,216,255,.10) 0 24px,transparent 25px 48px),
        linear-gradient(90deg,transparent 20%,rgba(24,130,255,.22) 21% 22%,transparent 23% 77%,rgba(24,130,255,.22) 78% 79%,transparent 80%)
}
@media(max-width:1100px){
    .projects-grid-five{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important
    }
    .projects-grid-five .project-card,
    .projects-grid-five .project-card:nth-child(4),
    .projects-grid-five .project-card:nth-child(5){
        grid-column:auto
    }
    .projects-grid-five .project-card:last-child{
        grid-column:1 / -1;
        max-width:calc(50% - 10px);
        width:100%;
        justify-self:center
    }
}
@media(max-width:700px){
    .projects-grid-five{
        grid-template-columns:1fr !important
    }
    .projects-grid-five .project-card:last-child{
        grid-column:auto;
        max-width:none
    }
    .projects-grid-five .project-visual{
        height:200px
    }
}


/* v53 sixth real project */
.projects-grid-five .project-card:nth-child(4),
.projects-grid-five .project-card:nth-child(5),
.projects-grid-five .project-card:nth-child(6){
    grid-column:span 2 !important
}
.project-six::after{
    border:1px solid rgba(255,255,255,.18);
    background:
        radial-gradient(circle at 20% 50%,rgba(100,216,255,.95) 0 7px,transparent 8px),
        radial-gradient(circle at 50% 22%,rgba(24,130,255,.95) 0 7px,transparent 8px),
        radial-gradient(circle at 80% 50%,rgba(100,216,255,.95) 0 7px,transparent 8px),
        radial-gradient(circle at 50% 78%,rgba(24,130,255,.95) 0 7px,transparent 8px),
        linear-gradient(35deg,transparent 49%,rgba(100,216,255,.35) 50% 51%,transparent 52%),
        linear-gradient(-35deg,transparent 49%,rgba(24,130,255,.35) 50% 51%,transparent 52%)
}
@media(max-width:1100px){
    .projects-grid-five .project-card:nth-child(4),
    .projects-grid-five .project-card:nth-child(5),
    .projects-grid-five .project-card:nth-child(6),
    .projects-grid-five .project-card:last-child{
        grid-column:auto !important;
        max-width:none !important;
        width:auto !important;
        justify-self:stretch !important
    }
}


/* v54 projects section exact typography and centering */
#projects .section-heading{
    max-width:none !important;
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
    margin-bottom:42px !important;
    text-align:center !important;
}
#projects .section-heading > div{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}
#projects .section-heading > div > span{
    display:block !important;
    width:100% !important;
    margin:0 0 12px !important;
    font-size:16px !important;
    line-height:1.8 !important;
    font-weight:700 !important;
    text-align:center !important;
}
#projects .section-heading > div > h2{
    width:100% !important;
    margin:0 !important;
    font-size:26px !important;
    line-height:1.8 !important;
    text-align:center !important;
}
#projects .section-heading > p{
    width:100% !important;
    max-width:860px !important;
    margin:18px auto 0 !important;
    text-align:center !important;
}
#projects .projects-grid .project-card{
    text-align:center !important;
}
#projects .projects-grid .project-card-content{
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}
#projects .projects-grid .project-card h3,
#projects .projects-grid .project-card p{
    width:100% !important;
    margin-right:auto !important;
    margin-left:auto !important;
    text-align:center !important;
}
@media(max-width:640px){
    #projects .section-heading > div > span{
        font-size:16px !important;
    }
    #projects .section-heading > div > h2{
        font-size:24px !important;
        line-height:1.9 !important;
    }
}


/* v55 redesigned project cards with real images */
#projects .projects-grid-five{
    gap:24px !important;
}
#projects .projects-grid-five .project-card{
    position:relative !important;
    overflow:hidden !important;
    background:#fff !important;
    border:1px solid #e3eaf2 !important;
    border-radius:24px !important;
    box-shadow:0 12px 34px rgba(5,16,29,.07) !important;
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
#projects .projects-grid-five .project-card:hover{
    transform:translateY(-6px) !important;
    border-color:rgba(24,130,255,.28) !important;
    box-shadow:0 20px 46px rgba(5,16,29,.11) !important;
}
#projects .projects-grid-five .project-visual{
    position:relative !important;
    height:auto !important;
    aspect-ratio:16 / 9 !important;
    overflow:hidden !important;
    background:#edf3f8 !important;
    border-radius:0 !important;
}
#projects .projects-grid-five .project-visual::after{
    display:none !important;
    content:none !important;
}
#projects .projects-grid-five .project-visual img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
    transition:transform .4s ease !important;
}
#projects .projects-grid-five .project-card:hover .project-visual img{
    transform:scale(1.035) !important;
}
#projects .projects-grid-five .project-card-content{
    position:relative !important;
    min-height:250px !important;
    padding:28px 28px 32px !important;
    align-items:center !important;
    justify-content:flex-start !important;
    background:#fff !important;
    text-align:center !important;
}
#projects .projects-grid-five .project-card-content::before{
    content:"" !important;
    display:block !important;
    width:46px !important;
    height:3px !important;
    margin:0 auto 18px !important;
    border-radius:99px !important;
    background:var(--blue) !important;
}
#projects .projects-grid-five .project-card h3{
    margin:0 0 13px !important;
    padding:0 !important;
    font-size:18px !important;
    line-height:1.85 !important;
    color:#101b2b !important;
}
#projects .projects-grid-five .project-card p{
    max-width:390px !important;
    margin:0 auto !important;
    font-size:14px !important;
    line-height:2.05 !important;
    color:var(--muted) !important;
}
@media(max-width:1100px){
    #projects .projects-grid-five .project-card-content{
        min-height:235px !important;
    }
}
@media(max-width:700px){
    #projects .projects-grid-five{
        gap:20px !important;
    }
    #projects .projects-grid-five .project-card{
        border-radius:20px !important;
    }
    #projects .projects-grid-five .project-card-content{
        min-height:auto !important;
        padding:24px 21px 27px !important;
    }
}


/* v56 homepage about section */
.home-about-section{
    position:relative;
    overflow:hidden;
}
.home-about-section::before{
    content:"";
    position:absolute;
    width:340px;
    height:340px;
    left:-170px;
    top:-170px;
    border-radius:50%;
    background:rgba(24,130,255,.05);
    pointer-events:none;
}
.home-about-grid{
    position:relative;
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:70px;
    align-items:center;
}
.home-about-content{
    text-align:right;
}
.home-about-content > .section-mini{
    display:block;
    margin:0 0 12px;
    font-size:16px;
    line-height:1.8;
    font-weight:800;
    color:var(--blue);
}
.home-about-content > h2{
    max-width:680px;
    margin:0 0 22px;
    font-size:26px;
    line-height:1.8;
    font-weight:800;
    color:#101b2b;
}
.home-about-copy{
    max-width:720px;
}
.home-about-copy p{
    margin:0 0 14px;
    color:var(--muted);
    font-size:16px;
    line-height:2.1;
}
.home-about-button{
    margin-top:12px;
}
.home-about-points{
    display:grid;
    gap:16px;
}
.home-about-points article{
    display:grid;
    grid-template-columns:48px 1fr;
    gap:16px;
    align-items:center;
    min-height:112px;
    padding:22px 24px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:0 14px 36px rgba(10,35,70,.06);
}
.home-about-points article > span{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:14px;
    background:rgba(24,130,255,.09);
    color:var(--blue);
    font-size:20px;
    font-weight:900;
}
.home-about-points h3{
    margin:0 0 6px;
    font-size:17px;
    line-height:1.8;
}
.home-about-points p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.9;
}
@media(max-width:1100px){
    .home-about-grid{
        grid-template-columns:1fr;
        gap:42px;
    }
    .home-about-content > h2,
    .home-about-copy{
        max-width:none;
    }
}
@media(max-width:640px){
    .home-about-grid{
        gap:34px;
    }
    .home-about-content > h2{
        font-size:24px;
        line-height:1.9;
    }
    .home-about-copy p{
        font-size:15px;
        line-height:2;
    }
    .home-about-points article{
        grid-template-columns:42px 1fr;
        padding:19px 18px;
    }
    .home-about-points article > span{
        width:42px;
        height:42px;
    }
    .home-about-button{
        width:100%;
    }
}


/* v57 full About Us page */
.about-page{
    background:#fff;
}
.about-hero{
    position:relative;
    min-height:680px;
    display:flex;
    align-items:center;
    overflow:hidden;
    color:#fff;
    background:
        linear-gradient(120deg,rgba(4,15,29,.98),rgba(7,28,53,.90)),
        url('../images/service-network-operations-background.webp') center/cover no-repeat;
}
.about-hero::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.24;
    background:
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:52px 52px;
}
.about-hero::after{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    left:-190px;
    bottom:-270px;
    border-radius:50%;
    border:1px solid rgba(24,130,255,.34);
    box-shadow:0 0 0 70px rgba(24,130,255,.04),0 0 0 140px rgba(24,130,255,.025);
}
.about-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(5,16,29,.15),rgba(5,16,29,.72));
}
.about-hero-inner{
    position:relative;
    z-index:2;
    width:100%;
    padding-top:72px;
    padding-bottom:72px;
}
.about-hero-copy{
    max-width:870px;
}
.about-kicker,
.about-section-heading > span,
.about-centered-heading > span,
.about-expertise-panel > span,
.about-why-copy > span,
.about-cta-box > div > span{
    display:inline-block;
    color:var(--blue);
    font-size:16px;
    line-height:1.8;
    font-weight:800;
}
.about-hero .about-kicker{
    color:#6fb4ff;
    margin-bottom:14px;
}
.about-hero h1{
    max-width:850px;
    margin:0 0 20px;
    font-size:clamp(24px,2.3vw,34px);
    line-height:1.8;
    letter-spacing:-1px;
}
.about-hero-copy > p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.76);
    font-size:18px;
    line-height:2.05;
}
.about-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}
.about-hero-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:54px;
}
.about-hero-meta span{
    padding:10px 16px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:999px;
    background:rgba(255,255,255,.055);
    color:rgba(255,255,255,.82);
    font-size:13px;
    backdrop-filter:blur(8px);
}
.about-intro-section{
    padding:110px 0 100px;
}
.about-intro-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:90px;
    align-items:start;
}
.about-section-heading h2,
.about-centered-heading h2,
.about-expertise-panel h2,
.about-why-copy h2,
.about-cta-box h2{
    margin:12px 0 0;
    color:#101b2b;
    font-size:26px;
    line-height:1.8;
    letter-spacing:-.35px;
}
.about-intro-copy p{
    margin:0 0 17px;
    color:var(--muted);
    font-size:16px;
    line-height:2.15;
}
.about-domain-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    margin-top:62px;
}
.about-domain-grid article{
    min-height:260px;
    padding:30px 25px;
    border:1px solid var(--line);
    border-radius:22px;
    background:#fff;
    text-align:center;
    transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.about-domain-grid article:hover{
    transform:translateY(-5px);
    border-color:rgba(24,130,255,.28);
    box-shadow:0 18px 42px rgba(5,16,29,.08);
}
.about-domain-icon{
    display:grid;
    place-items:center;
    width:58px;
    height:58px;
    margin:0 auto 22px;
    border-radius:18px;
    color:var(--blue);
    background:rgba(24,130,255,.09);
}
.about-domain-icon svg{
    width:29px;
    height:29px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.about-domain-grid h3{
    margin:0 0 10px;
    font-size:18px;
    line-height:1.8;
}
.about-domain-grid p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:2;
}
.about-approach-section{
    padding:105px 0;
    background:var(--light);
}
.about-centered-heading{
    max-width:900px;
    margin:0 auto 48px;
    text-align:center;
}
.about-centered-heading h2{
    margin-top:10px;
}
.about-centered-heading p{
    max-width:760px;
    margin:16px auto 0;
    color:var(--muted);
    font-size:16px;
    line-height:2.05;
}
.about-approach-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.about-approach-grid article{
    position:relative;
    min-height:285px;
    padding:30px 25px;
    border-radius:22px;
    border:1px solid #e1e8f0;
    background:#fff;
    text-align:center;
    overflow:hidden;
}
.about-approach-grid article::after{
    content:"";
    position:absolute;
    width:90px;
    height:90px;
    left:-44px;
    bottom:-44px;
    border-radius:50%;
    background:rgba(24,130,255,.05);
}
.about-approach-grid b{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    margin:0 auto 23px;
    border-radius:15px;
    background:linear-gradient(135deg,var(--blue),var(--blue2));
    color:#fff;
    font-size:17px;
    box-shadow:0 12px 26px rgba(24,130,255,.2);
}
.about-approach-grid h3{
    margin:0 0 11px;
    font-size:18px;
    line-height:1.8;
}
.about-approach-grid p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:2;
}
.about-expertise-section{
    padding:110px 0;
    background:#071426;
    color:#fff;
}
.about-expertise-layout{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:85px;
    align-items:start;
}
.about-expertise-panel{
    position:sticky;
    top:145px;
}
.about-expertise-panel > span{
    color:#6fb4ff;
}
.about-expertise-panel h2{
    color:#fff;
    margin-bottom:17px;
}
.about-expertise-panel p{
    max-width:500px;
    margin:0 0 28px;
    color:rgba(255,255,255,.65);
    font-size:16px;
    line-height:2.1;
}
.about-expertise-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.about-expertise-list article{
    display:grid;
    grid-template-columns:48px 1fr;
    gap:17px;
    min-height:170px;
    padding:24px 22px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:20px;
    background:rgba(255,255,255,.045);
}
.about-expertise-list article > span{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:14px;
    color:#78b8ff;
    background:rgba(24,130,255,.13);
    font-size:13px;
    font-weight:800;
}
.about-expertise-list h3{
    margin:2px 0 8px;
    color:#fff;
    font-size:17px;
    line-height:1.8;
}
.about-expertise-list p{
    margin:0;
    color:rgba(255,255,255,.6);
    font-size:13px;
    line-height:2;
}
.about-why-section{
    padding:110px 0;
}
.about-why-grid{
    display:grid;
    grid-template-columns:.92fr 1.08fr;
    gap:90px;
    align-items:center;
}
.about-why-visual{
    position:relative;
    min-height:470px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:30px;
    overflow:hidden;
    background:linear-gradient(145deg,#071426,#102b4d);
    box-shadow:0 30px 70px rgba(5,16,29,.16);
}
.about-why-visual::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.25;
    background:
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:42px 42px;
}
.about-why-screen{
    position:relative;
    z-index:2;
    width:72%;
    height:250px;
    padding:24px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    background:rgba(255,255,255,.055);
    box-shadow:0 25px 60px rgba(0,0,0,.22);
    backdrop-filter:blur(8px);
}
.about-why-screen > span{
    display:inline-block;
    width:9px;
    height:9px;
    margin-left:5px;
    border-radius:50%;
    background:rgba(255,255,255,.28);
}
.about-why-lines{
    display:grid;
    gap:18px;
    margin-top:34px;
}
.about-why-lines i{
    display:block;
    height:11px;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(24,130,255,.75),rgba(255,255,255,.08));
}
.about-why-lines i:nth-child(2){width:76%}
.about-why-lines i:nth-child(3){width:88%}
.about-why-lines i:nth-child(4){width:58%}
.about-why-status{
    position:absolute;
    z-index:3;
    right:28px;
    bottom:28px;
    max-width:315px;
    padding:18px 20px;
    border-radius:17px;
    background:#fff;
    box-shadow:0 18px 45px rgba(0,0,0,.18);
}
.about-why-status strong,
.about-why-status small{
    display:block;
}
.about-why-status strong{
    margin-bottom:6px;
    color:#101b2b;
    font-size:15px;
}
.about-why-status small{
    color:var(--muted);
    font-size:12px;
    line-height:1.8;
}
.about-why-copy h2{
    margin-bottom:25px;
}
.about-why-items{
    display:grid;
    gap:20px;
}
.about-why-items article{
    display:grid;
    grid-template-columns:45px 1fr;
    gap:16px;
    align-items:start;
}
.about-why-items article > span{
    display:grid;
    place-items:center;
    width:45px;
    height:45px;
    border-radius:14px;
    color:var(--blue);
    background:rgba(24,130,255,.09);
    font-weight:900;
}
.about-why-items h3{
    margin:0 0 6px;
    font-size:17px;
    line-height:1.8;
}
.about-why-items p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:2;
}
.about-process-section{
    padding:105px 0;
    background:var(--light);
}
.about-process-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.about-process-grid article{
    min-height:235px;
    padding:28px 24px;
    border:1px solid var(--line);
    border-radius:21px;
    background:#fff;
    text-align:center;
}
.about-process-grid article > span{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    margin:0 auto 20px;
    border-radius:50%;
    border:1px solid rgba(24,130,255,.22);
    color:var(--blue);
    background:rgba(24,130,255,.07);
    font-weight:800;
}
.about-process-grid h3{
    margin:0 0 9px;
    font-size:18px;
    line-height:1.8;
}
.about-process-grid p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:2;
}
.about-final-cta{
    padding:90px 0 110px;
}
.about-cta-box{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:1fr auto;
    gap:50px;
    align-items:center;
    padding:52px 56px;
    border-radius:28px;
    color:#fff;
    background:linear-gradient(135deg,#071426,#0d2a50);
    box-shadow:0 28px 65px rgba(5,16,29,.15);
}
.about-cta-box::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    left:-120px;
    top:-160px;
    border-radius:50%;
    background:rgba(24,130,255,.13);
}
.about-cta-box > div{
    position:relative;
    z-index:2;
}
.about-cta-box > div > span{
    color:#6fb4ff;
}
.about-cta-box h2{
    max-width:760px;
    color:#fff;
    margin-top:9px;
}
.about-cta-box p{
    margin:13px 0 0;
    color:rgba(255,255,255,.65);
    font-size:15px;
    line-height:2;
}
.about-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:flex-end;
}
.about-cta-actions .button-light{
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.06);
}
@media(max-width:1100px){
    .about-intro-grid,
    .about-expertise-layout,
    .about-why-grid{
        grid-template-columns:1fr;
        gap:50px;
    }
    .about-domain-grid,
    .about-approach-grid,
    .about-process-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .about-expertise-panel{
        position:static;
    }
    .about-why-visual{
        min-height:420px;
    }
    .about-cta-box{
        grid-template-columns:1fr;
        gap:30px;
    }
    .about-cta-actions{
        justify-content:flex-start;
    }
}
@media(max-width:760px){
    .about-hero{
        min-height:620px;
    }
    .about-hero h1{
        font-size:23px;
        line-height:1.95;
    }
    .about-hero-copy > p{
        font-size:16px;
    }
    .about-hero-actions,
    .about-cta-actions{
        display:grid;
        grid-template-columns:1fr;
    }
    .about-hero-actions .button,
    .about-cta-actions .button{
        width:100%;
    }
    .about-domain-grid,
    .about-approach-grid,
    .about-expertise-list,
    .about-process-grid{
        grid-template-columns:1fr;
    }
    .about-domain-grid article,
    .about-approach-grid article,
    .about-process-grid article{
        min-height:auto;
    }
    .about-expertise-list article{
        min-height:auto;
    }
    .about-why-visual{
        min-height:360px;
    }
    .about-why-screen{
        width:82%;
        height:210px;
    }
    .about-why-status{
        right:18px;
        left:18px;
        bottom:18px;
        max-width:none;
    }
    .about-cta-box{
        padding:38px 25px;
        border-radius:23px;
    }
}
@media(max-width:640px){
    .about-intro-section,
    .about-approach-section,
    .about-expertise-section,
    .about-why-section,
    .about-process-section{
        padding:80px 0;
    }
    .about-final-cta{
        padding:70px 0 85px;
    }
    .about-section-heading h2,
    .about-centered-heading h2,
    .about-expertise-panel h2,
    .about-why-copy h2,
    .about-cta-box h2{
        font-size:24px;
        line-height:1.9;
    }
    .about-intro-copy p,
    .about-centered-heading p,
    .about-expertise-panel p{
        font-size:15px;
        line-height:2;
    }
    .about-hero-meta{
        gap:8px;
        margin-top:38px;
    }
    .about-hero-meta span{
        font-size:12px;
    }
}


/* v59 about hero typography and vertical placement */
.about-hero-inner{
    min-height:536px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
}
.about-hero .about-kicker{
    font-size:clamp(18px,1.7vw,24px) !important;
    line-height:1.8 !important;
}
.about-hero h1{
    font-size:clamp(24px,2.3vw,34px) !important;
}
.about-hero-meta{
    margin-top:24px !important;
}
.about-hero-actions{
    margin-top:auto !important;
    padding-top:48px !important;
}
@media(max-width:760px){
    .about-hero-inner{
        min-height:500px !important;
    }
    .about-hero .about-kicker{
        font-size:18px !important;
    }
    .about-hero-actions{
        padding-top:36px !important;
    }
}

/* v60 about hero exact horizontal and vertical centering */
.about-hero-inner{
    min-height:536px !important;
    display:grid !important;
    grid-template-rows:minmax(0,1fr) auto !important;
    align-items:stretch !important;
    justify-items:center !important;
}
.about-hero-copy{
    width:100% !important;
    max-width:900px !important;
    margin:auto !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}
.about-hero .about-kicker,
.about-hero h1,
.about-hero-copy > p{
    margin-right:auto !important;
    margin-left:auto !important;
    text-align:center !important;
}
.about-hero-meta{
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    margin-top:24px !important;
}
.about-hero-actions{
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    align-self:end !important;
    margin-top:0 !important;
    padding-top:48px !important;
    text-align:center !important;
}
@media(max-width:760px){
    .about-hero-inner{
        min-height:500px !important;
    }
    .about-hero-copy{
        justify-content:center !important;
    }
    .about-hero-actions{
        justify-content:center !important;
        padding-top:36px !important;
    }
}

/* v61 about hero exact center in image */
.about-hero{
    min-height:680px !important;
}
.about-hero-inner{
    min-height:680px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
}
.about-hero-copy{
    width:100% !important;
    max-width:980px !important;
    margin:0 auto !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}
.about-hero .about-kicker,
.about-hero h1,
.about-hero-copy > p,
.about-hero-meta,
.about-hero-actions{
    text-align:center !important;
    justify-content:center !important;
    align-items:center !important;
}
.about-hero h1{
    margin:14px auto 18px !important;
}
.about-hero-copy > p{
    margin:0 auto !important;
}
.about-hero-meta{
    margin-top:26px !important;
}
.about-hero-actions{
    margin-top:42px !important;
    padding-top:0 !important;
    width:auto !important;
}
@media(max-width:760px){
    .about-hero,
    .about-hero-inner{
        min-height:620px !important;
    }
    .about-hero-actions{
        margin-top:32px !important;
    }
}

/* v62 about hero forced exact center */
.about-hero{
    text-align:center !important;
}
.about-hero-inner{
    position:relative !important;
    min-height:680px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.about-hero-copy{
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-58%) !important;
    width:min(100% - 40px, 980px) !important;
    max-width:980px !important;
    margin:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}
.about-hero .about-kicker,
.about-hero h1,
.about-hero-copy > p{
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
}
.about-hero-meta{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin-top:26px !important;
}
.about-hero-actions{
    position:absolute !important;
    left:50% !important;
    bottom:72px !important;
    transform:translateX(-50%) !important;
    width:max-content !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:14px !important;
    margin-top:0 !important;
    padding-top:0 !important;
    text-align:center !important;
}
@media(max-width:760px){
    .about-hero-inner{
        min-height:620px !important;
    }
    .about-hero-copy{
        top:46% !important;
        transform:translate(-50%,-50%) !important;
        width:min(100% - 28px, 94vw) !important;
    }
    .about-hero-actions{
        width:calc(100% - 28px) !important;
        max-width:360px !important;
        bottom:34px !important;
        flex-direction:column !important;
        transform:translateX(-50%) !important;
    }
    .about-hero-actions .button{
        width:100% !important;
    }
}


/* v63 vertical center only for About intro title column */
.about-intro-grid > .about-section-heading{
    align-self:center !important;
}
@media(max-width:1100px){
    .about-intro-grid > .about-section-heading{
        align-self:start !important;
    }
}


/* v64 about expertise alignment refinement */
.about-expertise-layout{
    align-items:center !important;
}
.about-expertise-panel{
    position:sticky;
    top:145px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:100%;
    text-align:right;
}
.about-expertise-panel .button{
    align-self:flex-end;
}
.about-expertise-list article{
    display:flex !important;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:16px;
}
.about-expertise-list article > span{
    margin:0 auto;
}
.about-expertise-list article > div{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    flex:1;
}
.about-expertise-list h3,
.about-expertise-list p{
    text-align:center;
}
@media(max-width:1100px){
    .about-expertise-layout{
        align-items:start !important;
    }
    .about-expertise-panel{
        min-height:auto;
    }
}

/* v65 forced expertise alignment and cache-visible refinement */
.about-expertise-layout{
    align-items:stretch !important;
}
.about-expertise-panel{
    position:static !important;
    top:auto !important;
    width:100% !important;
    min-height:0 !important;
    align-self:center !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:stretch !important;
    text-align:right !important;
}
.about-expertise-panel > span,
.about-expertise-panel > h2,
.about-expertise-panel > p{
    width:100% !important;
    text-align:right !important;
}
.about-expertise-panel > .button{
    display:inline-flex !important;
    align-self:flex-start !important;
    width:max-content !important;
    margin-right:auto !important;
    margin-left:0 !important;
}
.about-expertise-list article{
    display:grid !important;
    grid-template-columns:48px minmax(0,1fr) !important;
    gap:17px !important;
    align-items:center !important;
    justify-items:stretch !important;
    text-align:initial !important;
}
.about-expertise-list article > span{
    margin:0 !important;
    align-self:center !important;
    justify-self:center !important;
}
.about-expertise-list article > div{
    height:100% !important;
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}
.about-expertise-list article h3,
.about-expertise-list article p{
    width:100% !important;
    margin-right:auto !important;
    margin-left:auto !important;
    text-align:center !important;
}
@media(max-width:1100px){
    .about-expertise-panel{
        align-self:start !important;
    }
}


/* v68 real image for Why Rayno section */
.about-why-visual.about-why-photo{
    min-height:470px !important;
    padding:0 !important;
    display:block !important;
    background:none !important;
    border-radius:30px !important;
    overflow:hidden !important;
    box-shadow:0 30px 70px rgba(5,16,29,.16) !important;
}
.about-why-visual.about-why-photo::before,
.about-why-visual.about-why-photo::after{
    display:none !important;
}
.about-why-photo img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-height:470px !important;
    object-fit:cover !important;
    object-position:center !important;
}
@media(max-width:1100px){
    .about-why-visual.about-why-photo,
    .about-why-photo img{
        min-height:420px !important;
    }
}
@media(max-width:760px){
    .about-why-visual.about-why-photo,
    .about-why-photo img{
        min-height:360px !important;
    }
}

/* v69 contact cleanup with centered text and horizontal icon links */
.contact-box-icons{
    grid-template-columns:1fr !important;
    gap:26px !important;
    text-align:center !important;
    justify-items:center !important;
}
.contact-box-icons .contact-copy,
.contact-box-icons .contact-copy span,
.contact-box-icons .contact-copy h2{
    text-align:center !important;
    width:100%;
}
.contact-box-icons .contact-copy{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.contact-box-icons .contact-actions-icons{
    width:100%;
    display:flex !important;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:14px;
}
.contact-icon-link{
    width:58px;
    height:58px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
    transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.contact-icon-link:hover{
    transform:translateY(-2px);
    background:rgba(255,255,255,.18);
    border-color:rgba(255,255,255,.26);
}
.contact-icon-link img{
    width:28px;
    height:28px;
    object-fit:contain;
    display:block;
}
.contact-social-links{display:none !important}

.footer-contact-column{
    text-align:center !important;
}
.footer-contact-title{
    text-align:center !important;
}
.footer-contact-icons-row{
    display:flex !important;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:12px;
}
.footer-contact-icon-link{
    width:48px;
    height:48px;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(58,166,255,.08);
    border:1px solid rgba(58,166,255,.14);
    transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-contact-icon-link:hover{
    transform:translateY(-2px);
    background:rgba(58,166,255,.14);
    border-color:rgba(58,166,255,.25);
}
.footer-contact-icon-link img{
    width:24px;
    height:24px;
    object-fit:contain;
    display:block;
}

@media (max-width:767px){
    .contact-icon-link{
        width:52px;
        height:52px;
        border-radius:14px;
    }
    .contact-icon-link img{
        width:25px;
        height:25px;
    }
    .footer-contact-icon-link{
        width:44px;
        height:44px;
    }
}

/* v70 contact icons tighter horizontal layout */
.contact-box-icons{
    text-align:center !important;
}
.contact-box-icons .contact-copy,
.contact-box-icons .contact-copy span,
.contact-box-icons .contact-copy h2,
.contact-box-icons .contact-copy p{
    text-align:center !important;
}
.contact-box-icons .contact-actions-icons{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;
}
.contact-actions-icons > a.contact-icon-link{
    flex:0 0 auto !important;
}
.contact-icon-link{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
    border-radius:12px !important;
}
.contact-icon-link img{
    width:20px !important;
    height:20px !important;
}

.footer-contact-column,
.footer-contact-title,
.footer-contact-list{
    text-align:center !important;
}
.footer-contact-icons-row,
.footer-contact-list.footer-contact-icons-row{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;
}
.footer-contact-icons-row > a.footer-contact-icon-link{
    flex:0 0 auto !important;
    margin:0 !important;
}
.footer-contact-icon-link{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    border-radius:11px !important;
}
.footer-contact-icon-link img{
    width:18px !important;
    height:18px !important;
}

@media (max-width:767px){
    .contact-box-icons .contact-actions-icons,
    .footer-contact-icons-row,
    .footer-contact-list.footer-contact-icons-row{
        gap:8px !important;
    }
    .contact-icon-link{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
        min-height:42px !important;
    }
    .contact-icon-link img{
        width:18px !important;
        height:18px !important;
    }
    .footer-contact-icon-link{
        width:36px !important;
        height:36px !important;
        min-width:36px !important;
        min-height:36px !important;
    }
    .footer-contact-icon-link img{
        width:16px !important;
        height:16px !important;
    }
}


/* v71 force all contact icons into one horizontal row */
.contact-box-icons .contact-actions-icons{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
}
.contact-actions-icons > .contact-icon-link{
    flex:0 0 38px !important;
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
    margin:0 !important;
    border-radius:10px !important;
}
.contact-actions-icons > .contact-icon-link img{
    width:17px !important;
    height:17px !important;
}
.footer-contact-column{
    min-width:320px !important;
}
.footer-contact-icons-row,
.footer-contact-list.footer-contact-icons-row{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:7px !important;
    width:100% !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
}
.footer-contact-icons-row > .footer-contact-icon-link{
    flex:0 0 34px !important;
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    min-height:34px !important;
    margin:0 !important;
    border-radius:9px !important;
}
.footer-contact-icons-row > .footer-contact-icon-link img{
    width:15px !important;
    height:15px !important;
}
@media(max-width:767px){
    .footer-contact-column{
        min-width:0 !important;
    }
    .contact-box-icons .contact-actions-icons,
    .footer-contact-icons-row,
    .footer-contact-list.footer-contact-icons-row{
        justify-content:flex-start !important;
        direction:rtl !important;
        padding-bottom:4px !important;
    }
}


/* v72 footer alignment refinements */
.footer-main{
    direction:ltr !important;
    grid-template-columns:1fr 1fr 1fr !important;
    align-items:center !important;
}
.footer-contact-column{
    direction:rtl !important;
    text-align:left !important;
    justify-self:start !important;
    align-self:center !important;
    min-width:0 !important;
}
.footer-contact-title{
    text-align:left !important;
    margin-bottom:16px !important;
}
.footer-contact-icons-row,
.footer-contact-list.footer-contact-icons-row{
    justify-content:flex-start !important;
    align-items:center !important;
}
.footer-brand{
    direction:rtl !important;
    text-align:center !important;
    justify-self:center !important;
    align-self:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
}
.footer-brand img{
    margin-left:auto !important;
    margin-right:auto !important;
}
.footer-brand p{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.footer-quick-column{
    direction:rtl !important;
    text-align:right !important;
    justify-self:end !important;
    align-self:center !important;
}
.footer-quick-column h3,
.footer-quick-column a{
    text-align:right !important;
}
@media (max-width:1100px){
    .footer-main{
        direction:rtl !important;
        grid-template-columns:1fr !important;
    }
    .footer-contact-column,
    .footer-brand,
    .footer-quick-column{
        justify-self:center !important;
        text-align:center !important;
    }
    .footer-contact-title,
    .footer-quick-column h3,
    .footer-quick-column a,
    .footer-brand p{
        text-align:center !important;
    }
    .footer-contact-icons-row,
    .footer-contact-list.footer-contact-icons-row{
        justify-content:center !important;
    }
}


/* v73 footer exact placement fix */
.site-footer .footer-main{
    display:flex !important;
    flex-direction:row-reverse !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:48px !important;
}
.site-footer .footer-quick-column{
    order:1 !important;
    flex:0 0 220px !important;
    text-align:right !important;
    align-self:center !important;
}
.site-footer .footer-brand{
    order:2 !important;
    flex:1 1 auto !important;
    max-width:420px !important;
    text-align:center !important;
    align-self:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
}
.site-footer .footer-brand img,
.site-footer .footer-brand p{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
}
.site-footer .footer-contact-column{
    order:3 !important;
    flex:0 0 220px !important;
    text-align:left !important;
    align-self:center !important;
}
.site-footer .footer-contact-title{
    text-align:left !important;
}
.site-footer .footer-contact-icons-row,
.site-footer .footer-contact-list.footer-contact-icons-row{
    justify-content:flex-start !important;
    align-items:center !important;
}
@media (max-width:1100px){
    .site-footer .footer-main{
        display:flex !important;
        flex-direction:column !important;
        gap:28px !important;
    }
    .site-footer .footer-quick-column,
    .site-footer .footer-brand,
    .site-footer .footer-contact-column{
        flex:0 0 auto !important;
        width:100% !important;
        max-width:none !important;
        text-align:center !important;
    }
    .site-footer .footer-quick-column h3,
    .site-footer .footer-quick-column a,
    .site-footer .footer-contact-title,
    .site-footer .footer-brand p{
        text-align:center !important;
    }
    .site-footer .footer-contact-icons-row,
    .site-footer .footer-contact-list.footer-contact-icons-row{
        justify-content:center !important;
    }
}


/* v75 footer logo slight right shift without overflow */
.site-footer{
    overflow-x:hidden !important;
}
.site-footer .footer-main{
    gap:32px !important;
}
.site-footer .footer-quick-column,
.site-footer .footer-contact-column{
    flex:0 0 200px !important;
}
.site-footer .footer-brand{
    margin-right:24px !important;
    transform:none !important;
}
.site-footer .footer-brand img{
    max-width:220px !important;
    width:100% !important;
    height:auto !important;
}
@media (max-width:1100px){
    .site-footer .footer-brand{
        margin-right:0 !important;
    }
}


/* v76 footer icons only exact center */
.site-footer .footer-main.footer-main-icons-only{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
    min-height:110px !important;
    padding-top:22px !important;
    padding-bottom:22px !important;
}
.site-footer .footer-contact-only{
    width:100% !important;
    max-width:none !important;
    flex:0 0 auto !important;
    text-align:center !important;
    align-self:center !important;
    justify-self:center !important;
}
.site-footer .footer-contact-only .footer-contact-icons-row,
.site-footer .footer-contact-only .footer-contact-list.footer-contact-icons-row{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
}
.site-footer .footer-contact-only .footer-contact-icon-link{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:11px !important;
}
.site-footer .footer-contact-only .footer-contact-icon-link img{
    width:18px !important;
    height:18px !important;
}
@media (max-width:767px){
    .site-footer .footer-main.footer-main-icons-only{
        min-height:92px !important;
    }
    .site-footer .footer-contact-only .footer-contact-icons-row,
    .site-footer .footer-contact-only .footer-contact-list.footer-contact-icons-row{
        flex-wrap:wrap !important;
        gap:8px !important;
    }
    .site-footer .footer-contact-only .footer-contact-icon-link{
        width:36px !important;
        height:36px !important;
        min-width:36px !important;
        min-height:36px !important;
    }
    .site-footer .footer-contact-only .footer-contact-icon-link img{
        width:16px !important;
        height:16px !important;
    }
}





/* v78 homepage contact section redesign */
.contact-section-redesign{
    padding: 20px 0 100px;
}
.contact-panel--simple{
    position: relative;
    overflow: hidden;
    display: block;
    padding: 42px 48px;
    border-radius: 30px;
    background: linear-gradient(135deg, #2d86f6 0%, #1d5fbf 100%);
    box-shadow: 0 20px 60px rgba(19, 77, 166, 0.22);
}
.contact-panel--simple::before,
.contact-panel--simple::after{
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}
.contact-panel--simple::before{
    width: 280px;
    height: 280px;
    left: -120px;
    bottom: -140px;
    background: rgba(255,255,255,.08);
}
.contact-panel--simple::after{
    width: 220px;
    height: 220px;
    right: -90px;
    top: -110px;
    background: rgba(255,255,255,.07);
}
.contact-panel__content--simple{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: right;
}
.contact-panel__eyebrow{
    display: inline-block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,.72);
}
.contact-panel__content--simple h2{
    width: 100%;
    margin: 0;
    font-size: 26px;
    line-height: 1.7;
    color: #fff;
    white-space: nowrap;
}
.contact-panel__content--simple p{
    margin: 16px 0 0;
    max-width: 860px;
    font-size: 16px;
    line-height: 2;
    color: rgba(255,255,255,.86);
}
.contact-panel__actions--stacked{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 28px;
}
.contact-panel__actions--stacked .button{
    min-width: 220px;
    justify-content: center;
}
.contact-panel__actions--stacked .button-outline{
    border-color: rgba(255,255,255,.3);
    color: #fff;
    background: rgba(10, 25, 59, .12);
}
.contact-panel__actions--stacked .button-outline:hover{
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.46);
}
@media (max-width: 1200px){
    .contact-panel__content--simple h2{
        white-space: normal;
        font-size: 24px;
    }
}
@media (max-width: 767px){
    .contact-section-redesign{
        padding: 10px 0 72px;
    }
    .contact-panel--simple{
        padding: 30px 22px;
        border-radius: 24px;
    }
    .contact-panel__content--simple{
        align-items: center;
        text-align: center;
    }
    .contact-panel__content--simple h2{
        font-size: 21px;
        line-height: 1.8;
        white-space: normal;
    }
    .contact-panel__content--simple p{
        font-size: 14px;
        line-height: 2;
        max-width: none;
    }
    .contact-panel__actions--stacked{
        width: 100%;
        align-items: center;
    }
    .contact-panel__actions--stacked .button{
        width: 100%;
        min-width: 0;
    }
}


/* v79 contact buttons left and vertically centered */
.contact-panel--simple{
    display:grid !important;
    grid-template-columns:240px minmax(0,1fr) !important;
    column-gap:44px !important;
    align-items:center !important;
    direction:ltr !important;
}
.contact-panel__content--simple{
    grid-column:2 !important;
    direction:rtl !important;
    align-self:center !important;
    align-items:flex-start !important;
    text-align:right !important;
}
.contact-panel__actions--stacked{
    grid-column:1 !important;
    direction:rtl !important;
    align-self:center !important;
    justify-self:start !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:center !important;
    gap:14px !important;
    margin:0 !important;
}
.contact-panel__actions--stacked .button{
    width:220px !important;
    min-width:220px !important;
}
.contact-panel__content--simple h2{
    font-size:22px !important;
    white-space:nowrap !important;
}
.contact-panel__content--simple p{
    font-size:12px !important;
}
@media (max-width:1100px){
    .contact-panel--simple{
        grid-template-columns:1fr !important;
        row-gap:26px !important;
        direction:rtl !important;
    }
    .contact-panel__content--simple,
    .contact-panel__actions--stacked{
        grid-column:1 !important;
        justify-self:center !important;
        text-align:center !important;
        align-items:center !important;
    }
    .contact-panel__content--simple h2{
        white-space:normal !important;
    }
}
@media (max-width:767px){
    .contact-panel__content--simple p{
        font-size:12px !important;
    }
    .contact-panel__actions--stacked{
        width:100% !important;
    }
    .contact-panel__actions--stacked .button{
        width:100% !important;
        min-width:0 !important;
    }
}

/* v80 Server and Virtualization page */
.home-service-card-link{
    color:inherit;
    text-decoration:none;
    display:block;
}

.server-virtualization-page{
    background:#f6f8fb;
    color:#122033;
}
.server-virtualization-page section{
    position:relative;
}
.server-hero{
    min-height:760px;
    display:flex;
    align-items:stretch;
    overflow:hidden;
    background:
        linear-gradient(90deg,rgba(4,16,31,.93),rgba(5,24,46,.78)),
        url('../images/hero-servers.webp') center/cover no-repeat;
    color:#fff;
}
.server-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 24%,rgba(40,138,255,.22),transparent 34%),
        linear-gradient(135deg,transparent 0 58%,rgba(36,125,235,.08) 58% 59%,transparent 59%);
    pointer-events:none;
}
.server-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(3,11,22,.08),rgba(3,12,25,.3));
}
.server-hero-inner{
    position:relative;
    z-index:2;
    min-height:760px;
    padding-top:150px;
    padding-bottom:64px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.server-hero-copy{
    max-width:980px;
    margin:0 auto;
    text-align:center;
}
.server-kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:0 16px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:#84c1ff;
    font-size:15px;
    font-weight:700;
}
.server-hero h1{
    margin:24px 0 18px;
    font-size:clamp(34px,4vw,56px);
    line-height:1.6;
    font-weight:800;
    letter-spacing:-1.2px;
    text-align:center;
}
.server-hero-copy p{
    max-width:850px;
    margin:0 auto;
    color:rgba(255,255,255,.78);
    font-size:18px;
    line-height:2;
    text-align:center;
}
.server-hero-bottom{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
}
.server-hero-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:14px;
}
.server-hero-meta{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}
.server-hero-meta span{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 14px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:12px;
    background:rgba(255,255,255,.06);
    color:rgba(255,255,255,.78);
    font-size:13px;
    font-weight:600;
}

.server-section-heading span,
.server-architecture-copy > span,
.server-vmware-copy > span,
.server-backup-copy > span,
.server-cta-copy > span{
    display:block;
    margin-bottom:12px;
    color:#2187f5;
    font-size:15px;
    font-weight:800;
}
.server-section-heading h2,
.server-architecture-copy h2,
.server-vmware-copy h2,
.server-backup-copy h2,
.server-cta-copy h2{
    margin:0;
    color:#0b1b30;
    font-size:32px;
    line-height:1.75;
    font-weight:800;
    letter-spacing:-.5px;
}
.server-section-heading p{
    max-width:820px;
    margin:16px auto 0;
    color:#64738a;
    font-size:15px;
    line-height:2;
}
.server-section-heading-center{
    max-width:980px;
    margin:0 auto 46px;
    text-align:center;
}
.server-section-heading-center h2,
.server-section-heading-center p,
.server-section-heading-center span{
    text-align:center;
}
.server-section-heading-right{
    text-align:right;
}
.server-section-heading-light span{
    color:#69b6ff;
}
.server-section-heading-light h2{
    color:#fff;
}
.server-section-heading-light p{
    color:rgba(255,255,255,.68);
}

.server-intro-section{
    padding:110px 0;
    background:#fff;
}
.server-intro-layout{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:80px;
    align-items:center;
}
.server-intro-copy{
    text-align:right;
}
.server-intro-copy p{
    margin:0 0 16px;
    color:#53647b;
    font-size:15px;
    line-height:2.15;
}
.server-intro-copy p:last-child{
    margin-bottom:0;
}
.server-intro-highlights{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:44px;
}
.server-intro-highlights article{
    min-height:98px;
    padding:20px 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    border:1px solid #e8edf4;
    border-radius:18px;
    background:#f8fafc;
    text-align:center;
}
.server-intro-highlights article > span{
    width:28px;
    height:28px;
    min-width:28px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#e6f2ff;
    color:#167fe9;
    font-size:14px;
    font-weight:900;
}
.server-intro-highlights p{
    margin:0;
    color:#26374d;
    font-size:14px;
    line-height:1.9;
    text-align:center;
}

.server-problems-section{
    padding:110px 0;
    background:#f4f7fb;
}
.server-problems-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.server-problem-card{
    min-height:250px;
    padding:32px 26px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid #e4eaf2;
    border-radius:22px;
    background:#fff;
    box-shadow:0 14px 35px rgba(25,52,84,.05);
    text-align:center;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.server-problem-card:hover{
    transform:translateY(-5px);
    border-color:#bddbfa;
    box-shadow:0 20px 44px rgba(25,94,170,.1);
}
.server-card-icon,
.server-service-icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:#eaf4ff;
    color:#2588ef;
}
.server-card-icon svg,
.server-service-icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.server-problem-card h3{
    margin:20px 0 10px;
    color:#13263e;
    font-size:17px;
    line-height:1.8;
    text-align:center;
}
.server-problem-card p{
    margin:0;
    color:#6a788c;
    font-size:14px;
    line-height:2;
    text-align:center;
}

.server-services-section{
    padding:110px 0;
    overflow:hidden;
    background:#071526;
}
.server-services-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 10% 12%,rgba(35,134,247,.18),transparent 28%),
        radial-gradient(circle at 88% 84%,rgba(54,160,255,.1),transparent 25%);
    pointer-events:none;
}
.server-services-section .container{
    position:relative;
    z-index:1;
}
.server-services-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.server-service-card{
    position:relative;
    min-height:290px;
    padding:28px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    background:rgba(255,255,255,.045);
    text-align:center;
    transition:transform .22s ease,background .22s ease,border-color .22s ease;
}
.server-service-card:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,.075);
    border-color:rgba(79,165,255,.28);
}
.server-service-card-featured{
    background:linear-gradient(145deg,rgba(37,135,239,.22),rgba(255,255,255,.045));
    border-color:rgba(79,165,255,.24);
}
.server-service-number{
    position:absolute;
    top:18px;
    left:18px;
    color:rgba(255,255,255,.2);
    font-size:13px;
    font-weight:800;
}
.server-service-icon{
    background:rgba(48,149,255,.13);
    color:#68b7ff;
}
.server-service-card h3{
    margin:20px 0 10px;
    color:#fff;
    font-size:17px;
    line-height:1.85;
    text-align:center;
}
.server-service-card p{
    margin:0;
    color:rgba(255,255,255,.62);
    font-size:13px;
    line-height:2;
    text-align:center;
}

.server-architecture-section{
    padding:110px 0;
    background:#fff;
}
.server-architecture-layout{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:85px;
    align-items:center;
}
.server-architecture-copy{
    text-align:right;
}
.server-architecture-copy p{
    margin:18px 0 26px;
    color:#627087;
    font-size:15px;
    line-height:2.1;
}
.server-architecture-stack{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.server-architecture-stack article{
    min-height:112px;
    padding:20px 22px;
    display:grid;
    grid-template-columns:82px 1fr;
    gap:18px;
    align-items:center;
    border:1px solid #e5eaf1;
    border-radius:20px;
    background:#f8fafc;
}
.server-architecture-stack article b{
    min-height:58px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:#e9f4ff;
    color:#187fe8;
    font-size:13px;
}
.server-architecture-stack h3{
    margin:0 0 5px;
    color:#182b42;
    font-size:16px;
    line-height:1.8;
    text-align:right;
}
.server-architecture-stack p{
    margin:0;
    color:#69788b;
    font-size:13px;
    line-height:1.9;
    text-align:right;
}

.server-vmware-section{
    padding:110px 0;
    background:#eef4fa;
}
.server-vmware-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}
.server-vmware-visual{
    display:flex;
    align-items:center;
    justify-content:center;
}
.server-vm-host{
    width:min(100%,500px);
    padding:28px;
    border:1px solid #cbd9e8;
    border-radius:28px;
    background:linear-gradient(160deg,#0b1d33,#102b4b);
    box-shadow:0 28px 70px rgba(13,42,78,.22);
}
.server-vm-host > span{
    display:block;
    margin-bottom:20px;
    color:#77bcff;
    font-size:15px;
    font-weight:800;
    text-align:left;
    direction:ltr;
}
.server-vm-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
.server-vm-grid i{
    min-height:90px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-style:normal;
    font-size:14px;
    font-weight:700;
    direction:ltr;
}
.server-vm-resources{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:14px;
}
.server-vm-resources b{
    min-height:38px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(47,145,249,.14);
    color:#7ac1ff;
    font-size:11px;
    direction:ltr;
}
.server-vmware-copy{
    text-align:right;
}
.server-vmware-copy p{
    margin:18px 0 24px;
    color:#617086;
    font-size:15px;
    line-height:2.1;
}
.server-vmware-points{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
}
.server-vmware-points article,
.server-backup-checklist article{
    min-height:60px;
    padding:13px 16px;
    display:flex;
    align-items:center;
    gap:12px;
    border:1px solid #dfe7f0;
    border-radius:14px;
    background:#fff;
}
.server-vmware-points article > span,
.server-backup-checklist article > span{
    width:26px;
    height:26px;
    min-width:26px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#e6f3ff;
    color:#187fe9;
    font-size:13px;
    font-weight:900;
}
.server-vmware-points p,
.server-backup-checklist p{
    margin:0;
    color:#34485f;
    font-size:13px;
    line-height:1.9;
    text-align:right;
}

.server-operations-section{
    padding:110px 0;
    background:#fff;
}
.server-operations-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.server-operations-grid article{
    min-height:250px;
    padding:28px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid #e4eaf2;
    border-radius:22px;
    background:#fff;
    text-align:center;
    box-shadow:0 12px 32px rgba(22,55,91,.045);
}
.server-operations-grid article > span{
    display:block;
    margin-bottom:16px;
    color:#2b8cf0;
    font-size:14px;
    font-weight:800;
}
.server-operations-grid h3{
    margin:0 0 10px;
    color:#162a42;
    font-size:16px;
    line-height:1.85;
    text-align:center;
}
.server-operations-grid p{
    margin:0;
    color:#68778c;
    font-size:13px;
    line-height:2;
    text-align:center;
}

.server-migration-section{
    padding:110px 0;
    overflow:hidden;
    background:#08172a;
}
.server-migration-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(115deg,rgba(38,132,236,.12),transparent 50%);
    pointer-events:none;
}
.server-migration-section .container{
    position:relative;
    z-index:1;
}
.server-migration-steps{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.server-migration-steps article{
    position:relative;
    min-height:230px;
    padding:30px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    background:rgba(255,255,255,.045);
    text-align:center;
}
.server-migration-steps article b{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    margin-bottom:18px;
    border-radius:50%;
    background:rgba(41,143,252,.15);
    color:#71baff;
    font-size:15px;
}
.server-migration-steps h3{
    margin:0 0 9px;
    color:#fff;
    font-size:16px;
    line-height:1.8;
    text-align:center;
}
.server-migration-steps p{
    margin:0;
    color:rgba(255,255,255,.58);
    font-size:13px;
    line-height:2;
    text-align:center;
}

.server-backup-section{
    padding:110px 0;
    background:#f4f7fb;
}
.server-backup-layout{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:80px;
    align-items:center;
}
.server-backup-copy{
    text-align:right;
}
.server-backup-copy p{
    margin:18px 0 0;
    color:#637289;
    font-size:15px;
    line-height:2.1;
}
.server-backup-checklist{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
}

.server-process-section{
    padding:110px 0;
    background:#fff;
}
.server-process-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.server-process-grid article{
    min-height:235px;
    padding:28px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid #e5eaf1;
    border-radius:22px;
    background:#f9fbfd;
    text-align:center;
}
.server-process-grid b{
    display:block;
    margin-bottom:14px;
    color:#2186ee;
    font-size:13px;
}
.server-process-grid h3{
    margin:0 0 10px;
    color:#172a41;
    font-size:16px;
    line-height:1.8;
    text-align:center;
}
.server-process-grid p{
    margin:0;
    color:#6c7a8d;
    font-size:13px;
    line-height:2;
    text-align:center;
}

.server-faq-section{
    padding:110px 0;
    background:#f4f7fb;
}
.server-faq-layout{
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:80px;
    align-items:start;
}
.server-faq-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.server-faq-list details{
    overflow:hidden;
    border:1px solid #e0e7ef;
    border-radius:16px;
    background:#fff;
}
.server-faq-list summary{
    position:relative;
    padding:20px 24px 20px 54px;
    cursor:pointer;
    color:#1a2e45;
    font-size:15px;
    font-weight:700;
    line-height:1.9;
    text-align:right;
    list-style:none;
}
.server-faq-list summary::-webkit-details-marker{
    display:none;
}
.server-faq-list summary::before{
    content:"+";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#2187f5;
    font-size:22px;
    font-weight:400;
}
.server-faq-list details[open] summary::before{
    content:"−";
}
.server-faq-list details p{
    margin:0;
    padding:0 24px 20px;
    color:#68778b;
    font-size:13px;
    line-height:2;
    text-align:right;
}

.server-final-cta{
    padding:0 0 100px;
    background:#f4f7fb;
}
.server-cta-box{
    display:grid;
    grid-template-columns:1fr 260px;
    gap:50px;
    align-items:center;
    padding:48px 52px;
    border-radius:28px;
    background:linear-gradient(135deg,#2c88f4,#155caf);
    color:#fff;
    box-shadow:0 22px 60px rgba(23,91,173,.22);
}
.server-cta-copy{
    text-align:right;
}
.server-cta-copy > span{
    color:rgba(255,255,255,.7);
}
.server-cta-copy h2{
    color:#fff;
    font-size:27px;
}
.server-cta-copy p{
    margin:13px 0 0;
    color:rgba(255,255,255,.8);
    font-size:13px;
    line-height:2;
}
.server-cta-actions{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:stretch;
    gap:12px;
}
.server-cta-actions .button{
    width:100%;
    min-width:0;
}

@media(max-width:1200px){
    .server-services-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .server-operations-grid,
    .server-migration-steps,
    .server-process-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:1000px){
    .server-hero{
        min-height:700px;
    }
    .server-hero-inner{
        min-height:700px;
        padding-top:130px;
    }
    .server-hero-bottom{
        flex-direction:column;
        align-items:center;
    }
    .server-hero-actions,
    .server-hero-meta{
        justify-content:center;
    }
    .server-intro-layout,
    .server-architecture-layout,
    .server-vmware-layout,
    .server-backup-layout,
    .server-faq-layout{
        grid-template-columns:1fr;
        gap:45px;
    }
    .server-section-heading-right,
    .server-section-heading-right h2,
    .server-section-heading-right span,
    .server-architecture-copy,
    .server-architecture-copy h2,
    .server-architecture-copy p,
    .server-vmware-copy,
    .server-vmware-copy h2,
    .server-vmware-copy p,
    .server-backup-copy,
    .server-backup-copy h2,
    .server-backup-copy p{
        text-align:center;
    }
    .server-architecture-copy .button{
        margin-left:auto;
        margin-right:auto;
    }
    .server-intro-copy,
    .server-intro-copy p{
        text-align:center;
    }
    .server-faq-layout .server-section-heading{
        margin-bottom:0;
    }
    .server-cta-box{
        grid-template-columns:1fr;
        text-align:center;
    }
    .server-cta-copy,
    .server-cta-copy h2,
    .server-cta-copy p,
    .server-cta-copy > span{
        text-align:center;
    }
    .server-cta-actions{
        width:min(100%,320px);
        margin:0 auto;
    }
}

@media(max-width:767px){
    .server-hero,
    .server-hero-inner{
        min-height:690px;
    }
    .server-hero-inner{
        padding-top:118px;
        padding-bottom:42px;
    }
    .server-kicker{
        font-size:12px;
    }
    .server-hero h1{
        margin-top:20px;
        font-size:28px;
        line-height:1.75;
        white-space:normal;
    }
    .server-hero-copy p{
        font-size:14px;
        line-height:2;
    }
    .server-hero-actions{
        width:100%;
    }
    .server-hero-actions .button{
        width:100%;
    }
    .server-hero-meta{
        gap:7px;
    }
    .server-hero-meta span{
        min-height:34px;
        padding:0 10px;
        font-size:11px;
    }
    .server-intro-section,
    .server-problems-section,
    .server-services-section,
    .server-architecture-section,
    .server-vmware-section,
    .server-operations-section,
    .server-migration-section,
    .server-backup-section,
    .server-process-section,
    .server-faq-section{
        padding:78px 0;
    }
    .server-section-heading-center{
        margin-bottom:34px;
    }
    .server-section-heading h2,
    .server-architecture-copy h2,
    .server-vmware-copy h2,
    .server-backup-copy h2,
    .server-cta-copy h2{
        font-size:24px;
        line-height:1.8;
    }
    .server-section-heading p,
    .server-intro-copy p,
    .server-architecture-copy p,
    .server-vmware-copy p,
    .server-backup-copy p{
        font-size:13px;
    }
    .server-intro-highlights,
    .server-problems-grid,
    .server-services-grid,
    .server-operations-grid,
    .server-migration-steps,
    .server-process-grid{
        grid-template-columns:1fr;
    }
    .server-problem-card,
    .server-service-card,
    .server-operations-grid article,
    .server-migration-steps article,
    .server-process-grid article{
        min-height:220px;
    }
    .server-architecture-stack article{
        grid-template-columns:1fr;
        text-align:center;
    }
    .server-architecture-stack article b{
        width:90px;
        margin:0 auto;
    }
    .server-architecture-stack h3,
    .server-architecture-stack p{
        text-align:center;
    }
    .server-vm-host{
        padding:20px;
        border-radius:22px;
    }
    .server-vm-grid i{
        min-height:70px;
        font-size:12px;
    }
    .server-final-cta{
        padding:0 0 72px;
    }
    .server-cta-box{
        padding:32px 22px;
        border-radius:24px;
    }
}


/* v81 server hero title matched to homepage */
@media (min-width:768px){
    .server-hero-copy{
        max-width:1100px !important;
        width:100% !important;
    }
    .server-hero h1{
        width:100% !important;
        max-width:none !important;
        margin:24px 0 18px !important;
        font-size:clamp(24px,2.3vw,34px) !important;
        line-height:1.8 !important;
        letter-spacing:-.2px !important;
        white-space:nowrap !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
        text-align:center !important;
    }
}
@media (max-width:767px){
    .server-hero h1{
        font-size:24px !important;
        line-height:1.8 !important;
        white-space:normal !important;
    }
}

/* v82 server hero vertical position and architecture title */
@media (min-width:1001px){
    .server-hero-inner{
        padding-top:220px !important;
    }
    .server-architecture-layout{
        grid-template-columns:1fr 1fr !important;
        gap:60px !important;
    }
    .server-architecture-copy h2{
        font-size:23px !important;
        line-height:1.8 !important;
        letter-spacing:-.35px !important;
        white-space:nowrap !important;
    }
}
@media (min-width:768px) and (max-width:1000px){
    .server-hero-inner{
        padding-top:185px !important;
    }
}

/* v83 VMware section alignment and single-digit labels */
@media (min-width:1001px){
    .server-vmware-layout{
        direction:ltr !important;
        grid-template-columns:1fr 1fr !important;
        gap:80px !important;
    }
    .server-vmware-visual{
        grid-column:1 !important;
        grid-row:1 !important;
        direction:rtl !important;
    }
    .server-vmware-copy{
        grid-column:2 !important;
        grid-row:1 !important;
        direction:rtl !important;
        text-align:right !important;
    }
    .server-vmware-copy h2{
        width:100% !important;
        max-width:none !important;
        font-size:23px !important;
        line-height:1.8 !important;
        letter-spacing:-.35px !important;
        white-space:nowrap !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
    }
}


/* v86 server services intro title on one line */
@media (min-width:1001px){
    .server-intro-layout .server-section-heading h2{
        width:100% !important;
        max-width:none !important;
        font-size:23px !important;
        line-height:1.8 !important;
        letter-spacing:-.35px !important;
        white-space:nowrap !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
    }
}

/* Version 88 — Security, backup and documentation service page */
.security-backup-hero::before{
    background-image:url('../images/hero-background.webp')!important;
    background-position:center 44%!important;
    filter:saturate(.76) contrast(1.03)!important;
}
.security-backup-hero .server-hero-overlay{
    background:linear-gradient(90deg,rgba(5,18,38,.96) 0%,rgba(7,28,58,.9) 45%,rgba(9,42,86,.52) 100%)!important;
}
.security-backup-page .server-hero h1{
    font-size:clamp(30px,3.05vw,46px)!important;
    white-space:nowrap!important;
}
.security-backup-page .security-intro-heading h2{
    font-size:clamp(25px,2.25vw,34px)!important;
    white-space:nowrap!important;
}
.security-backup-model .server-vmware-layout{
    align-items:center!important;
}
.backup-model-visual{
    position:relative!important;
    min-height:430px!important;
    overflow:hidden!important;
    background:
        radial-gradient(circle at 50% 50%,rgba(45,134,246,.2),transparent 31%),
        linear-gradient(145deg,#071a34 0%,#0b315f 100%)!important;
}
.backup-model-visual::before,
.backup-model-visual::after{
    content:"";
    position:absolute;
    inset:50% auto auto 50%;
    width:290px;
    height:290px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;
    transform:translate(-50%,-50%);
}
.backup-model-visual::after{
    width:390px;
    height:390px;
    border-style:dashed;
    opacity:.75;
}
.backup-hub{
    position:absolute;
    z-index:3;
    top:50%;
    left:50%;
    width:190px;
    min-height:118px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:8px;
    padding:20px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:24px;
    background:linear-gradient(135deg,rgba(45,134,246,.96),rgba(29,95,191,.96));
    box-shadow:0 20px 44px rgba(0,0,0,.3);
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
}
.backup-hub strong{
    font-size:18px;
    line-height:1.5;
}
.backup-hub span{
    font-size:12px;
    opacity:.83;
}
.backup-node{
    position:absolute;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    width:96px;
    height:58px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:16px;
    background:rgba(255,255,255,.1);
    box-shadow:0 12px 26px rgba(0,0,0,.16);
    color:#fff;
    font:600 13px/1.4 Vazirmatn,sans-serif;
    backdrop-filter:blur(8px);
}
.backup-node-one{top:12%;left:12%}
.backup-node-two{top:12%;right:12%}
.backup-node-three{bottom:12%;left:12%}
.backup-node-four{bottom:12%;right:12%}
.security-backup-page .server-service-card h3{
    font-size:18px!important;
}
@media (max-width:1100px){
    .security-backup-page .server-hero h1,
    .security-backup-page .security-intro-heading h2{
        white-space:normal!important;
    }
}
@media (max-width:760px){
    .security-backup-page .server-hero h1{
        font-size:30px!important;
        line-height:1.65!important;
    }
    .security-backup-page .security-intro-heading h2{
        font-size:25px!important;
        line-height:1.7!important;
    }
    .backup-model-visual{
        min-height:360px!important;
    }
    .backup-model-visual::before{width:230px;height:230px}
    .backup-model-visual::after{width:310px;height:310px}
    .backup-hub{width:160px;min-height:104px}
    .backup-node{width:82px;height:52px;font-size:12px}
    .backup-node-one{top:10%;left:7%}
    .backup-node-two{top:10%;right:7%}
    .backup-node-three{bottom:10%;left:7%}
    .backup-node-four{bottom:10%;right:7%}
}

/* Version 89 — Services overview page */
.services-overview-page{
    background:#f5f8fc;
}
.services-overview-hero{
    position:relative;
    min-height:620px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background-image:url('../images/service-network-operations-background.webp');
    background-size:cover;
    background-position:center 46%;
}
.services-overview-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(4,17,36,.97) 0%,rgba(7,31,64,.91) 48%,rgba(10,54,106,.55) 100%);
}
.services-overview-hero-inner{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:620px;
    padding-top:122px;
    padding-bottom:84px;
    color:#fff;
    text-align:center;
}
.services-overview-kicker,
.services-overview-heading>span,
.services-overview-section-title>span,
.services-overview-process-copy>span,
.services-overview-final-box>div>span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:700;
    color:#2d86f6;
}
.services-overview-kicker{
    color:#8fc2ff;
}
.services-overview-kicker::before,
.services-overview-heading>span::before,
.services-overview-section-title>span::before,
.services-overview-process-copy>span::before,
.services-overview-final-box>div>span::before{
    content:"";
    width:30px;
    height:2px;
    border-radius:999px;
    background:currentColor;
}
.services-overview-hero h1{
    width:100%;
    margin:22px 0 16px;
    font-size:clamp(30px,3vw,44px);
    line-height:1.75;
    letter-spacing:-.55px;
    color:#fff;
    white-space:nowrap;
}
.services-overview-hero p{
    max-width:820px;
    margin:0;
    font-size:17px;
    line-height:2;
    color:rgba(255,255,255,.82);
}
.services-overview-hero-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-top:34px;
}
.services-overview-hero .button-outline{
    border-color:rgba(255,255,255,.5);
    color:#fff;
}
.services-overview-intro{
    padding:96px 0 86px;
    background:#fff;
}
.services-overview-intro-grid{
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
    align-items:start;
    gap:76px;
}
.services-overview-heading h2{
    margin:15px 0 0;
    font-size:29px;
    line-height:1.75;
    color:#0b2442;
}
.services-overview-intro-copy{
    display:grid;
    gap:14px;
}
.services-overview-intro-copy p{
    margin:0;
    font-size:15px;
    line-height:2.15;
    color:#52667d;
}
.services-overview-main{
    padding:96px 0 104px;
    background:#f5f8fc;
}
.services-overview-section-title{
    max-width:820px;
    margin:0 auto 46px;
    text-align:center;
}
.services-overview-section-title>span{
    justify-content:center;
}
.services-overview-section-title h2{
    margin:14px 0 12px;
    font-size:30px;
    line-height:1.75;
    color:#0b2442;
}
.services-overview-section-title p{
    margin:0;
    font-size:14px;
    line-height:2;
    color:#66788d;
}
.services-overview-primary-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}
.services-overview-primary-card{
    position:relative;
    min-height:390px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:34px 30px 30px;
    overflow:hidden;
    border:1px solid #dfe8f3;
    border-radius:26px;
    background:#fff;
    box-shadow:0 18px 46px rgba(17,46,83,.08);
    color:inherit;
    text-decoration:none;
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.services-overview-primary-card::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:120px;
    height:120px;
    border-radius:120px 0 0 0;
    background:linear-gradient(135deg,transparent,rgba(45,134,246,.08));
}
.services-overview-primary-card:hover{
    transform:translateY(-7px);
    border-color:rgba(45,134,246,.42);
    box-shadow:0 24px 56px rgba(17,46,83,.14);
}
.services-overview-card-number{
    position:absolute;
    top:26px;
    left:26px;
    font-size:13px;
    font-weight:800;
    color:#8da0b7;
}
.services-overview-card-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:17px;
    background:linear-gradient(135deg,#2d86f6,#1d5fbf);
    box-shadow:0 14px 26px rgba(45,134,246,.22);
}
.services-overview-card-icon svg{
    width:29px;
    height:29px;
    fill:none;
    stroke:#fff;
    stroke-width:1.65;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.services-overview-primary-card h3{
    margin:30px 0 12px;
    font-size:21px;
    line-height:1.75;
    color:#0b2442;
}
.services-overview-primary-card p{
    margin:0;
    font-size:14px;
    line-height:2.05;
    color:#60748a;
}
.services-overview-card-link{
    position:relative;
    z-index:2;
    margin-top:auto;
    padding-top:26px;
    font-size:13px;
    font-weight:700;
    color:#2374d5;
}
.services-overview-card-link::after{
    content:"←";
    display:inline-block;
    margin-right:8px;
    transition:transform .2s ease;
}
.services-overview-primary-card:hover .services-overview-card-link::after{
    transform:translateX(-4px);
}
.services-overview-capabilities{
    padding:100px 0 110px;
    background:linear-gradient(145deg,#06182f 0%,#0a315f 100%);
}
.services-overview-section-title-light h2{
    color:#fff;
}
.services-overview-section-title-light p{
    color:rgba(255,255,255,.66);
}
.services-overview-capability-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.services-overview-capability-grid article{
    min-height:230px;
    padding:28px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    background:rgba(255,255,255,.055);
    backdrop-filter:blur(8px);
}
.services-overview-capability-grid b{
    display:block;
    margin-bottom:18px;
    font-size:12px;
    font-weight:700;
    color:#80b8fb;
}
.services-overview-capability-grid h3{
    margin:0 0 10px;
    font-size:18px;
    line-height:1.7;
    color:#fff;
}
.services-overview-capability-grid p{
    margin:0;
    font-size:13px;
    line-height:2;
    color:rgba(255,255,255,.67);
}
.services-overview-process{
    padding:106px 0;
    background:#fff;
}
.services-overview-process-layout{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    align-items:center;
    gap:84px;
}
.services-overview-process-copy h2{
    margin:15px 0 14px;
    font-size:29px;
    line-height:1.75;
    color:#0b2442;
}
.services-overview-process-copy p{
    margin:0 0 28px;
    font-size:14px;
    line-height:2.1;
    color:#60748a;
}
.services-overview-process-list{
    display:grid;
    gap:12px;
}
.services-overview-process-list article{
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    align-items:center;
    gap:18px;
    padding:20px 22px;
    border:1px solid #e0e9f3;
    border-radius:19px;
    background:#f8fbff;
}
.services-overview-process-list article>span{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background:#e8f2ff;
    font-size:16px;
    font-weight:800;
    color:#2374d5;
}
.services-overview-process-list h3{
    margin:0 0 4px;
    font-size:16px;
    color:#0b2442;
}
.services-overview-process-list p{
    margin:0;
    font-size:12px;
    line-height:1.8;
    color:#708196;
}
.services-overview-final{
    padding:0 0 94px;
    background:#fff;
}
.services-overview-final-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) 210px;
    align-items:center;
    gap:44px;
    padding:42px 48px;
    border-radius:28px;
    background:linear-gradient(135deg,#2d86f6 0%,#1d5fbf 100%);
    box-shadow:0 24px 54px rgba(29,95,191,.2);
}
.services-overview-final-box>div>span{
    color:rgba(255,255,255,.78);
}
.services-overview-final-box h2{
    margin:12px 0 8px;
    font-size:22px;
    line-height:1.75;
    color:#fff;
    white-space:nowrap;
}
.services-overview-final-box p{
    margin:0;
    font-size:12px;
    line-height:2;
    color:rgba(255,255,255,.78);
}
.services-overview-final-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.services-overview-final-actions .button{
    width:100%;
    justify-content:center;
}
.services-overview-final-actions .button-primary{
    background:#fff;
    color:#1d5fbf;
}
.services-overview-final-actions .button-outline{
    border-color:rgba(255,255,255,.55);
    color:#fff;
}
@media (max-width:1100px){
    .services-overview-hero h1,
    .services-overview-final-box h2{
        white-space:normal;
    }
    .services-overview-primary-grid,
    .services-overview-capability-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .services-overview-final-box{
        grid-template-columns:1fr 190px;
    }
}
@media (max-width:820px){
    .services-overview-hero,
    .services-overview-hero-inner{
        min-height:570px;
    }
    .services-overview-hero-inner{
        padding-top:112px;
        padding-bottom:70px;
    }
    .services-overview-hero h1{
        font-size:30px;
        line-height:1.75;
    }
    .services-overview-hero p{
        font-size:14px;
    }
    .services-overview-intro-grid,
    .services-overview-process-layout,
    .services-overview-final-box{
        grid-template-columns:1fr;
        gap:30px;
    }
    .services-overview-intro-grid{
        gap:24px;
    }
    .services-overview-final-actions{
        max-width:260px;
    }
}
@media (max-width:640px){
    .services-overview-hero-actions{
        width:100%;
        flex-direction:column;
    }
    .services-overview-hero-actions .button{
        width:100%;
        max-width:300px;
        justify-content:center;
    }
    .services-overview-intro,
    .services-overview-main,
    .services-overview-capabilities,
    .services-overview-process{
        padding-top:76px;
        padding-bottom:78px;
    }
    .services-overview-heading h2,
    .services-overview-section-title h2,
    .services-overview-process-copy h2{
        font-size:24px;
    }
    .services-overview-primary-grid,
    .services-overview-capability-grid{
        grid-template-columns:1fr;
    }
    .services-overview-primary-card{
        min-height:350px;
    }
    .services-overview-capability-grid article{
        min-height:210px;
    }
    .services-overview-final{
        padding-bottom:70px;
    }
    .services-overview-final-box{
        padding:32px 24px;
        border-radius:24px;
    }
    .services-overview-final-actions{
        max-width:none;
    }
}

/* Version 90 — Services hero and section label refinements */
.services-overview-kicker,
.services-overview-heading > span,
.services-overview-section-title > span,
.services-overview-process-copy > span,
.services-overview-final-box > div > span{
    gap:0 !important;
    font-size:16px !important;
}
.services-overview-kicker::before,
.services-overview-heading > span::before,
.services-overview-section-title > span::before,
.services-overview-process-copy > span::before,
.services-overview-final-box > div > span::before{
    content:none !important;
    display:none !important;
}
@media (min-width:821px){
    .services-overview-hero,
    .services-overview-hero-inner{
        min-height:100vh !important;
    }
    .services-overview-hero{
        background-size:cover !important;
        background-position:center center !important;
        background-repeat:no-repeat !important;
    }
    .services-overview-hero-inner{
        padding-top:118px !important;
        padding-bottom:72px !important;
    }
    .services-overview-hero h1{
        font-size:clamp(27px,2.35vw,35px) !important;
        line-height:1.7 !important;
        letter-spacing:-.4px !important;
        white-space:nowrap !important;
    }
}
@media (max-width:820px){
    .services-overview-hero{
        background-size:cover !important;
        background-position:center center !important;
        background-repeat:no-repeat !important;
    }
    .services-overview-hero h1{
        font-size:27px !important;
        line-height:1.7 !important;
    }
}

/* Version 91 — Keep the two services page section titles on one line */
@media (min-width:821px){
    .services-overview-heading h2,
    .services-overview-process-copy h2{
        font-size:clamp(19px,1.9vw,25px) !important;
        line-height:1.8 !important;
        white-space:nowrap !important;
    }
}

/* Version 92 — Contact Us page */
.contact-page{
    background:#f5f8fc;
}
.contact-page-hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background-image:url('../images/service-network-operations-background.webp');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.contact-page-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(4,17,36,.97) 0%,rgba(7,31,64,.91) 48%,rgba(10,54,106,.55) 100%);
}
.contact-page-hero-inner{
    position:relative;
    z-index:2;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding-top:118px;
    padding-bottom:72px;
    color:#fff;
    text-align:center;
}
.contact-page-kicker,
.contact-page-section-title>span,
.contact-page-form-heading>span,
.contact-page-info-panel>span,
.contact-page-social-box>div>span{
    display:inline-flex;
    align-items:center;
    font-size:16px;
    font-weight:700;
    color:#2d86f6;
}
.contact-page-kicker{
    color:#8fc2ff;
}
.contact-page-hero h1{
    margin:20px 0 12px;
    font-size:clamp(30px,2.8vw,40px);
    line-height:1.65;
    color:#fff;
    white-space:nowrap;
}
.contact-page-hero p{
    max-width:780px;
    margin:0;
    font-size:15px;
    line-height:2;
    color:rgba(255,255,255,.78);
}
.contact-page-hero-actions{
    display:flex;
    gap:14px;
    margin-top:30px;
}
.contact-page-hero .button-outline{
    border-color:rgba(255,255,255,.35);
}
.contact-page-methods{
    padding:96px 0 104px;
    background:#f5f8fc;
}
.contact-page-section-title{
    max-width:760px;
    margin:0 auto 44px;
    text-align:center;
}
.contact-page-section-title h2{
    margin:14px 0 10px;
    font-size:29px;
    line-height:1.75;
    color:#0b2442;
}
.contact-page-section-title p{
    margin:0;
    font-size:14px;
    line-height:2;
    color:#66788d;
}
.contact-page-method-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.contact-page-method-card{
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:30px;
    border:1px solid #dfe8f3;
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 46px rgba(17,46,83,.07);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.contact-page-method-card:hover{
    transform:translateY(-6px);
    border-color:rgba(45,134,246,.4);
    box-shadow:0 24px 56px rgba(17,46,83,.12);
}
.contact-page-method-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:17px;
    background:linear-gradient(135deg,#2d86f6,#1d5fbf);
    box-shadow:0 14px 26px rgba(45,134,246,.2);
}
.contact-page-method-icon svg{
    width:28px;
    height:28px;
    fill:none;
    stroke:#fff;
    stroke-width:1.65;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.contact-page-method-card>span{
    margin-top:24px;
    font-size:12px;
    font-weight:700;
    color:#2d86f6;
}
.contact-page-method-card h3{
    margin:8px 0 9px;
    font-size:19px;
    line-height:1.7;
    color:#0b2442;
}
.contact-page-method-card p{
    margin:0;
    font-size:13px;
    line-height:2;
    color:#66788d;
}
.contact-page-main{
    padding:106px 0;
    background:#fff;
}
.contact-page-main-grid{
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);
    gap:54px;
    align-items:start;
}
.contact-page-form-wrap{
    padding:38px;
    border:1px solid #e0e9f3;
    border-radius:28px;
    background:#fff;
    box-shadow:0 22px 56px rgba(17,46,83,.08);
}
.contact-page-form-heading h2{
    margin:12px 0 9px;
    font-size:25px;
    line-height:1.8;
    color:#0b2442;
    white-space:nowrap;
}
.contact-page-form-heading p{
    margin:0 0 30px;
    font-size:13px;
    line-height:2;
    color:#66788d;
}
.contact-page-notice{
    margin-bottom:22px;
    padding:14px 16px;
    border-radius:14px;
    font-size:13px;
    font-weight:600;
}
.contact-page-notice-success{
    border:1px solid #b9e8cf;
    background:#effbf4;
    color:#17643a;
}
.contact-page-notice-error{
    border:1px solid #f0c4c4;
    background:#fff4f4;
    color:#9c3030;
}
.contact-page-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.contact-page-field{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.contact-page-field-full{
    grid-column:1/-1;
}
.contact-page-field label{
    font-size:13px;
    font-weight:700;
    color:#1d3552;
}
.contact-page-field label span{
    color:#2d86f6;
}
.contact-page-field input,
.contact-page-field select,
.contact-page-field textarea{
    width:100%;
    border:1px solid #dce6f1;
    border-radius:14px;
    background:#f8fbff;
    color:#14263c;
    font:500 14px/1.8 "Vazirmatn",Tahoma,Arial,sans-serif;
    outline:none;
    transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.contact-page-field input,
.contact-page-field select{
    height:52px;
    padding:0 14px;
}
.contact-page-field textarea{
    min-height:150px;
    resize:vertical;
    padding:12px 14px;
}
.contact-page-field input:focus,
.contact-page-field select:focus,
.contact-page-field textarea:focus{
    border-color:#2d86f6;
    background:#fff;
    box-shadow:0 0 0 4px rgba(45,134,246,.1);
}
.contact-page-form-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-top:24px;
}
.contact-page-form-footer p{
    max-width:430px;
    margin:0;
    font-size:11px;
    line-height:1.9;
    color:#7b8da2;
}
.contact-page-form-footer .button{
    border:0;
    cursor:pointer;
    font-family:inherit;
}
.contact-page-honeypot{
    position:absolute!important;
    left:-9999px!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
}
.contact-page-info-panel{
    position:sticky;
    top:126px;
    padding:34px 30px;
    border-radius:28px;
    background:linear-gradient(145deg,#06182f 0%,#0a315f 100%);
    color:#fff;
    box-shadow:0 22px 54px rgba(4,24,48,.18);
}
.contact-page-info-panel>span{
    color:#82b9fb;
}
.contact-page-info-panel>h2{
    margin:12px 0 26px;
    font-size:22px;
    line-height:1.8;
    color:#fff;
}
.contact-page-info-list{
    display:grid;
    gap:12px;
}
.contact-page-info-list article{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:13px;
    align-items:start;
    padding:15px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
    background:rgba(255,255,255,.05);
}
.contact-page-info-list b{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:rgba(45,134,246,.22);
    color:#92c5ff;
    font-size:14px;
}
.contact-page-info-list h3{
    margin:0 0 3px;
    font-size:14px;
    color:#fff;
}
.contact-page-info-list p{
    margin:0;
    font-size:11px;
    line-height:1.9;
    color:rgba(255,255,255,.62);
}
.contact-page-service-area{
    margin-top:22px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.12);
}
.contact-page-service-area span{
    display:block;
    font-size:11px;
    color:rgba(255,255,255,.6);
}
.contact-page-service-area strong{
    display:block;
    margin:5px 0 3px;
    font-size:20px;
    color:#fff;
}
.contact-page-service-area p{
    margin:0;
    font-size:11px;
    line-height:1.9;
    color:rgba(255,255,255,.6);
}
.contact-page-social{
    padding:0 0 96px;
    background:#fff;
}
.contact-page-social-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:50px;
    padding:38px 44px;
    border-radius:26px;
    background:linear-gradient(135deg,#2d86f6 0%,#1d5fbf 100%);
    box-shadow:0 22px 50px rgba(29,95,191,.18);
}
.contact-page-social-box>div>span{
    color:rgba(255,255,255,.76);
}
.contact-page-social-box h2{
    margin:9px 0 5px;
    font-size:21px;
    line-height:1.8;
    color:#fff;
    white-space:nowrap;
}
.contact-page-social-box p{
    margin:0;
    font-size:12px;
    line-height:2;
    color:rgba(255,255,255,.76);
}
.contact-page-social-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(100px,1fr));
    gap:9px;
}
.contact-page-social-links a{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 15px;
    border:1px solid rgba(255,255,255,.34);
    border-radius:12px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:12px;
    font-weight:700;
    transition:background .2s ease,transform .2s ease;
}
.contact-page-social-links a:hover{
    background:rgba(255,255,255,.16);
    transform:translateY(-2px);
}

@media (max-width:1100px){
    .contact-page-main-grid{
        grid-template-columns:minmax(0,1fr) 330px;
        gap:34px;
    }
    .contact-page-form-heading h2,
    .contact-page-social-box h2{
        white-space:normal;
    }
}
@media (max-width:880px){
    .contact-page-method-grid{
        grid-template-columns:1fr;
    }
    .contact-page-method-card{
        min-height:240px;
    }
    .contact-page-main-grid,
    .contact-page-social-box{
        grid-template-columns:1fr;
    }
    .contact-page-info-panel{
        position:relative;
        top:auto;
    }
    .contact-page-social-links{
        max-width:360px;
    }
}
@media (max-width:640px){
    .contact-page-hero,
    .contact-page-hero-inner{
        min-height:620px;
    }
    .contact-page-hero-inner{
        padding-top:112px;
        padding-bottom:70px;
    }
    .contact-page-hero h1{
        font-size:29px;
    }
    .contact-page-hero p{
        font-size:13px;
    }
    .contact-page-hero-actions{
        width:100%;
        flex-direction:column;
        align-items:center;
    }
    .contact-page-hero-actions .button{
        width:100%;
        max-width:300px;
    }
    .contact-page-methods,
    .contact-page-main{
        padding-top:76px;
        padding-bottom:78px;
    }
    .contact-page-section-title h2,
    .contact-page-form-heading h2{
        font-size:23px;
        white-space:normal;
    }
    .contact-page-form-wrap{
        padding:26px 20px;
        border-radius:22px;
    }
    .contact-page-form-grid{
        grid-template-columns:1fr;
    }
    .contact-page-field-full{
        grid-column:auto;
    }
    .contact-page-form-footer{
        align-items:stretch;
        flex-direction:column;
    }
    .contact-page-form-footer .button{
        width:100%;
    }
    .contact-page-info-panel{
        padding:28px 22px;
        border-radius:22px;
    }
    .contact-page-social{
        padding-bottom:70px;
    }
    .contact-page-social-box{
        padding:30px 22px;
        border-radius:22px;
    }
    .contact-page-social-links{
        grid-template-columns:1fr 1fr;
        max-width:none;
        width:100%;
    }
}

/* v93 — center the three contact method cards */
.contact-page-method-card{
    align-items:center!important;
    text-align:center!important;
}
.contact-page-method-card h3,
.contact-page-method-card p,
.contact-page-method-card>span{
    width:100%!important;
    text-align:center!important;
}

/* Projects page v97 */
.projects-page{
    background:#f5f8fc;
}
.projects-page-hero{
    position:relative;
    min-height:72vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        linear-gradient(90deg,rgba(5,18,36,.96) 0%,rgba(7,29,56,.88) 50%,rgba(8,34,67,.72) 100%),
        url('../images/projects/vmware-infrastructure.webp') center/cover no-repeat;
}
.projects-page-hero-overlay{
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 76% 42%,rgba(45,134,246,.22),transparent 34%);
}
.projects-page-hero-inner{
    position:relative;
    z-index:1;
    width:100%;
    padding-top:84px;
    padding-bottom:84px;
    text-align:right;
}
.projects-page-kicker,
.projects-page-intro-copy>span,
.projects-page-section-heading>span,
.projects-page-method-copy>span,
.projects-page-cta-box>div>span{
    display:block;
    margin:0 0 14px;
    font-size:16px!important;
    line-height:1.8;
    font-weight:700;
    color:#2d86f6;
}
.projects-page-hero .projects-page-kicker{
    color:#75b4ff;
}
.projects-page-hero h1{
    max-width:960px;
    margin:0;
    font-size:clamp(30px,3.2vw,48px);
    line-height:1.55;
    color:#fff;
    font-weight:800;
}
.projects-page-hero p{
    max-width:830px;
    margin:20px 0 0;
    font-size:16px;
    line-height:2.05;
    color:rgba(255,255,255,.82);
}
.projects-page-hero-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:30px;
    direction:ltr;
    justify-content:flex-end;
}
.projects-page-hero-tags span{
    padding:8px 14px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:rgba(255,255,255,.88);
    font-size:12px;
    letter-spacing:.02em;
}
.projects-page-intro{
    padding:72px 0;
    background:#fff;
}
.projects-page-intro-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,.95fr);
    align-items:center;
    gap:72px;
}
.projects-page-intro-copy h2{
    margin:0;
    font-size:clamp(24px,2vw,32px);
    line-height:1.7;
    color:#12233a;
}
.projects-page-intro-grid>p{
    margin:0;
    font-size:15px;
    line-height:2.15;
    color:#63748a;
}
.projects-page-list{
    padding:88px 0 96px;
}
.projects-page-section-heading{
    max-width:850px;
    margin:0 auto 42px;
    text-align:center;
}
.projects-page-section-heading h2{
    margin:0;
    font-size:clamp(25px,2.2vw,34px);
    line-height:1.7;
    color:#12233a;
}
.projects-page-section-heading p{
    margin:14px auto 0;
    max-width:720px;
    font-size:14px;
    line-height:2;
    color:#6c7d91;
}
.projects-page-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}
.projects-page-card{
    display:grid;
    grid-template-columns:45% minmax(0,1fr);
    min-height:330px;
    overflow:hidden;
    border:1px solid #e4eaf2;
    border-radius:24px;
    background:#fff;
    box-shadow:0 16px 42px rgba(19,43,72,.055);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.projects-page-card:hover{
    transform:translateY(-4px);
    border-color:#d5e2f2;
    box-shadow:0 22px 52px rgba(19,43,72,.09);
}
.projects-page-card-image{
    position:relative;
    min-height:100%;
    overflow:hidden;
    background:#eaf0f6;
}
.projects-page-card-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 48%,rgba(5,18,35,.6) 100%);
    pointer-events:none;
}
.projects-page-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}
.projects-page-card:hover .projects-page-card-image img{
    transform:scale(1.035);
}
.projects-page-card-image>span{
    position:absolute;
    z-index:2;
    right:16px;
    bottom:16px;
    padding:7px 10px;
    border-radius:8px;
    background:rgba(9,31,58,.82);
    color:#fff;
    font-size:10px;
    line-height:1.4;
    direction:ltr;
    backdrop-filter:blur(8px);
}
.projects-page-card-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:28px 26px;
    text-align:right;
}
.projects-page-card-body h3{
    margin:0;
    font-size:19px;
    line-height:1.75;
    color:#14263d;
}
.projects-page-card-body>p{
    margin:12px 0 0;
    font-size:13px;
    line-height:2;
    color:#697a8e;
}
.projects-page-card-body ul{
    list-style:none;
    margin:18px 0 0;
    padding:0;
    display:grid;
    gap:9px;
}
.projects-page-card-body li{
    position:relative;
    padding-right:17px;
    font-size:12px;
    line-height:1.8;
    color:#44566c;
}
.projects-page-card-body li::before{
    content:"";
    position:absolute;
    right:0;
    top:.8em;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#2d86f6;
}
.projects-page-card-wide{
    grid-template-columns:45% minmax(0,1fr);
}
.projects-page-method{
    padding:88px 0;
    background:#0d2038;
}
.projects-page-method-grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    align-items:center;
    gap:72px;
}
.projects-page-method-copy h2{
    margin:0;
    font-size:clamp(25px,2.1vw,34px);
    line-height:1.75;
    color:#fff;
}
.projects-page-method-copy p{
    margin:18px 0 0;
    font-size:14px;
    line-height:2.05;
    color:rgba(255,255,255,.68);
}
.projects-page-method-steps{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.projects-page-method-steps article{
    display:flex;
    align-items:flex-start;
    gap:14px;
    min-height:130px;
    padding:22px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
    background:rgba(255,255,255,.045);
}
.projects-page-method-steps b{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:10px;
    background:#2d86f6;
    color:#fff;
    font-size:15px;
}
.projects-page-method-steps h3{
    margin:2px 0 0;
    font-size:15px;
    line-height:1.7;
    color:#fff;
}
.projects-page-method-steps p{
    margin:7px 0 0;
    font-size:12px;
    line-height:1.85;
    color:rgba(255,255,255,.62);
}
.projects-page-cta{
    padding:78px 0;
    background:#fff;
}
.projects-page-cta-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) 220px;
    align-items:center;
    gap:44px;
    padding:40px 46px;
    border-radius:28px;
    background:linear-gradient(135deg,#2d86f6 0%,#1d5fbf 100%);
}
.projects-page-cta-box>div>span{
    color:rgba(255,255,255,.72);
}
.projects-page-cta-box h2{
    margin:0;
    font-size:clamp(21px,1.9vw,28px);
    line-height:1.75;
    color:#fff;
}
.projects-page-cta-box p{
    margin:12px 0 0;
    font-size:12px;
    line-height:2;
    color:rgba(255,255,255,.8);
}
.projects-page-cta-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.projects-page-cta .button{
    width:100%;
    justify-content:center;
}
.projects-page-cta .button-outline{
    border-color:rgba(255,255,255,.5);
    color:#fff;
}

@media (max-width:1100px){
    .projects-page-grid{
        grid-template-columns:1fr;
    }
    .projects-page-card{
        min-height:300px;
    }
}
@media (max-width:900px){
    .projects-page-intro-grid,
    .projects-page-method-grid,
    .projects-page-cta-box{
        grid-template-columns:1fr;
        gap:30px;
    }
    .projects-page-cta-actions{
        max-width:260px;
    }
}
@media (max-width:700px){
    .projects-page-hero{
        min-height:auto;
    }
    .projects-page-hero-inner{
        padding-top:112px;
        padding-bottom:68px;
    }
    .projects-page-hero h1{
        font-size:29px;
    }
    .projects-page-hero p{
        font-size:14px;
    }
    .projects-page-hero-tags{
        justify-content:flex-start;
    }
    .projects-page-intro,
    .projects-page-list,
    .projects-page-method,
    .projects-page-cta{
        padding-top:60px;
        padding-bottom:60px;
    }
    .projects-page-card,
    .projects-page-card-wide{
        grid-template-columns:1fr;
    }
    .projects-page-card-image{
        min-height:230px;
    }
    .projects-page-card-body{
        padding:24px 22px 26px;
    }
    .projects-page-method-steps{
        grid-template-columns:1fr;
    }
    .projects-page-cta-box{
        padding:30px 24px;
        border-radius:22px;
    }
    .projects-page-cta-actions{
        max-width:none;
    }
}


/* Version 98 — lighter homepage projects + refined projects page */
.home-featured-projects{
    background:#fff;
}
.home-projects-heading{
    align-items:end!important;
    margin-bottom:38px!important;
}
.projects-grid-featured{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:22px!important;
}
#projects .projects-grid-featured .project-card{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    overflow:hidden!important;
    border:1px solid #e4eaf2!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 14px 38px rgba(19,43,72,.055)!important;
}
#projects .projects-grid-featured .project-visual{
    height:220px!important;
    min-height:220px!important;
    overflow:hidden!important;
    background:#eaf0f6!important;
}
#projects .projects-grid-featured .project-visual::after{
    display:none!important;
}
#projects .projects-grid-featured .project-visual img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
}
#projects .projects-grid-featured .project-card-content{
    display:flex!important;
    flex:1!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:142px!important;
    padding:24px 22px 26px!important;
    text-align:center!important;
}
#projects .projects-grid-featured .project-card h3{
    width:100%!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1.75!important;
    text-align:center!important;
    white-space:nowrap!important;
}
#projects .projects-grid-featured .project-card p{
    width:100%!important;
    max-width:340px!important;
    margin:10px auto 0!important;
    font-size:13px!important;
    line-height:1.95!important;
    text-align:center!important;
}
.home-projects-action{
    display:flex;
    justify-content:center;
    margin-top:34px;
}

/* Projects page hero now follows the centered visual language of the main service pages */
.projects-page-hero{
    min-height:620px!important;
    background-image:url('../images/hero-background.webp')!important;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
}
.projects-page-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(4,17,36,.96) 0%,rgba(6,26,51,.86) 52%,rgba(7,35,70,.60) 100%);
    pointer-events:none;
}
.projects-page-hero-overlay{
    background:radial-gradient(circle at 72% 45%,rgba(45,134,246,.16),transparent 34%)!important;
}
.projects-page-hero-inner{
    min-height:620px!important;
    padding-top:122px!important;
    padding-bottom:84px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
}
.projects-page-hero .projects-page-kicker{
    margin:0 0 18px!important;
    font-size:16px!important;
    text-align:center!important;
}
.projects-page-hero h1{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    font-size:40px!important;
    line-height:1.65!important;
    text-align:center!important;
    white-space:nowrap!important;
}
.projects-page-hero p{
    max-width:900px!important;
    margin:18px auto 0!important;
    font-size:15px!important;
    line-height:2!important;
    text-align:center!important;
}
.projects-page-hero-tags{
    width:100%!important;
    margin-top:30px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    direction:ltr!important;
}
.projects-page-hero-tags span{
    min-height:38px!important;
    padding:0 16px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:12px!important;
    line-height:1!important;
}

/* Projects page typography and spacing */
.projects-page-intro{
    padding:84px 0!important;
}
.projects-page-intro-grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:18px!important;
    text-align:center!important;
}
.projects-page-intro-copy{
    width:100%!important;
    text-align:center!important;
}
.projects-page-intro-copy>span,
.projects-page-section-heading>span,
.projects-page-method-copy>span,
.projects-page-cta-box>div>span{
    font-size:16px!important;
    line-height:1.8!important;
    text-align:center!important;
}
.projects-page-intro-copy h2{
    margin:0!important;
    font-size:27px!important;
    line-height:1.75!important;
    text-align:center!important;
    white-space:nowrap!important;
}
.projects-page-intro-grid>p{
    max-width:900px!important;
    margin:0 auto!important;
    font-size:14px!important;
    line-height:2.1!important;
    text-align:center!important;
}
.projects-page-section-heading{
    max-width:980px!important;
    margin-bottom:40px!important;
}
.projects-page-section-heading h2{
    font-size:29px!important;
    line-height:1.7!important;
    white-space:nowrap!important;
}
.projects-page-section-heading p{
    margin-top:14px!important;
}
.projects-page-card-body{
    gap:0!important;
}
.projects-page-card-body h3{
    font-size:17px!important;
    line-height:1.75!important;
    white-space:nowrap!important;
}
.projects-page-card-body>p{
    margin-top:13px!important;
    line-height:2!important;
}
.projects-page-card-body ul{
    margin-top:20px!important;
    gap:10px!important;
}

/* Method section centered and more breathable */
.projects-page-method-grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:38px!important;
}
.projects-page-method-copy{
    width:100%!important;
    max-width:980px!important;
    text-align:center!important;
}
.projects-page-method-copy h2{
    margin:0!important;
    font-size:28px!important;
    line-height:1.75!important;
    text-align:center!important;
    white-space:nowrap!important;
}
.projects-page-method-copy p{
    max-width:900px!important;
    margin:16px auto 0!important;
    text-align:center!important;
}
.projects-page-method-steps{
    width:100%!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
}
.projects-page-method-steps article{
    min-height:150px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    text-align:center!important;
}
.projects-page-method-steps article>div{
    width:100%!important;
}
.projects-page-method-steps h3,
.projects-page-method-steps p{
    width:100%!important;
    text-align:center!important;
}
.projects-page-method-steps p{
    margin-top:7px!important;
}

.projects-page-cta-box h2{
    font-size:22px!important;
    line-height:1.75!important;
    white-space:nowrap!important;
}
.projects-page-cta-box>div:first-child,
.projects-page-cta-box>div:first-child>span,
.projects-page-cta-box h2,
.projects-page-cta-box p{
    text-align:right!important;
}

@media (max-width:1100px){
    .projects-grid-featured{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .projects-grid-featured .project-card:last-child{
        grid-column:1/-1!important;
        max-width:560px!important;
        width:100%!important;
        justify-self:center!important;
    }
    .projects-page-hero h1{
        font-size:34px!important;
    }
    .projects-page-method-steps{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .projects-page-card-body h3{
        font-size:16px!important;
    }
}
@media (max-width:900px){
    .projects-page-hero h1,
    .projects-page-intro-copy h2,
    .projects-page-section-heading h2,
    .projects-page-method-copy h2,
    .projects-page-cta-box h2,
    .projects-page-card-body h3{
        white-space:normal!important;
    }
}
@media (max-width:700px){
    .projects-grid-featured{
        grid-template-columns:1fr!important;
    }
    .projects-grid-featured .project-card:last-child{
        grid-column:auto!important;
        max-width:none!important;
    }
    #projects .projects-grid-featured .project-visual{
        height:210px!important;
        min-height:210px!important;
    }
    #projects .projects-grid-featured .project-card h3{
        white-space:normal!important;
    }
    .projects-page-hero{
        min-height:auto!important;
    }
    .projects-page-hero-inner{
        min-height:560px!important;
        padding-top:112px!important;
        padding-bottom:68px!important;
    }
    .projects-page-hero h1{
        font-size:28px!important;
        line-height:1.8!important;
    }
    .projects-page-hero p{
        font-size:14px!important;
    }
    .projects-page-hero-tags{
        gap:9px!important;
        flex-wrap:wrap!important;
    }
    .projects-page-intro-copy h2,
    .projects-page-section-heading h2,
    .projects-page-method-copy h2{
        font-size:24px!important;
    }
    .projects-page-method-steps{
        grid-template-columns:1fr!important;
    }
}

/* Version 99 — projects hero full-screen + single-line intro copy */
@media (min-width:701px){
    .projects-page-hero{
        min-height:100svh!important;
        background-size:cover!important;
        background-position:center center!important;
    }
    .projects-page-hero-inner{
        min-height:100svh!important;
        box-sizing:border-box!important;
    }
    .projects-page-intro-grid>p{
        width:100%!important;
        max-width:none!important;
        margin:0!important;
        font-size:13px!important;
        line-height:2!important;
        white-space:nowrap!important;
        text-align:center!important;
    }
    .projects-page-intro-copy h2{
        white-space:nowrap!important;
    }
}


/* v10.0 — Contact quick links: dark panel + app logos */
.contact-page-social-box{
    background:linear-gradient(145deg,#06182f 0%,#0a315f 100%)!important;
    box-shadow:0 24px 58px rgba(6,24,47,.24)!important;
}
.contact-page-social-links{
    grid-template-columns:repeat(2,72px)!important;
    gap:18px 22px!important;
    align-items:center!important;
    justify-content:center!important;
}
.contact-page-social-links a{
    width:72px!important;
    height:72px!important;
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
}
.contact-page-social-links a:hover{
    background:transparent!important;
    transform:translateY(-3px) scale(1.06)!important;
}
.contact-page-social-links img{
    display:block!important;
    width:58px!important;
    height:58px!important;
    object-fit:contain!important;
    margin:auto!important;
    filter:drop-shadow(0 8px 14px rgba(0,0,0,.2));
}
@media (max-width:880px){
    .contact-page-social-links{
        justify-content:start!important;
    }
}
@media (max-width:640px){
    .contact-page-social-links{
        grid-template-columns:repeat(4,56px)!important;
        gap:14px!important;
        justify-content:center!important;
        max-width:none!important;
    }
    .contact-page-social-links a{
        width:56px!important;
        height:56px!important;
    }
    .contact-page-social-links img{
        width:50px!important;
        height:50px!important;
    }
}


/* v10.2 — final mobile responsive audit */
html,body{
    max-width:100%;
    overflow-x:hidden;
}

@media (max-width:900px){
    .site-header,
    .header-inner{
        width:100%;
    }
    .primary-navigation{
        overscroll-behavior:contain;
    }
    .main-menu a{
        font-size:15px!important;
        line-height:1.8!important;
    }

    .section-heading-wide,
    .home-services-heading,
    .home-projects-heading{
        display:flex!important;
        flex-direction:column!important;
        align-items:center!important;
        gap:14px!important;
        text-align:center!important;
    }
    .section-heading-wide>div,
    .home-services-heading>div,
    .home-projects-heading>div,
    .section-heading-wide>p,
    .home-services-heading>p,
    .home-projects-heading>p{
        width:100%!important;
        max-width:760px!important;
        margin-inline:auto!important;
        text-align:center!important;
    }

    .process-layout,
    .home-about-grid{
        grid-template-columns:1fr!important;
        gap:42px!important;
    }
    .process-intro,
    .home-about-content{
        text-align:center!important;
    }
    .process-intro p,
    .home-about-copy p{
        margin-inline:auto!important;
    }

    .contact-panel--simple{
        grid-template-columns:1fr!important;
        gap:24px!important;
    }
    .contact-panel__content--simple,
    .contact-panel__actions--stacked{
        grid-column:1!important;
        justify-self:center!important;
        align-items:center!important;
        text-align:center!important;
    }
}

@media (max-width:767px){
    .container{
        width:min(calc(100% - 28px), var(--container))!important;
    }
    .header-inner{
        min-height:76px!important;
    }
    .site-logo img{
        height:42px!important;
    }
    .primary-navigation{
        top:76px!important;
        min-height:calc(100dvh - 76px)!important;
        padding:18px 22px 30px!important;
    }
    .admin-bar .primary-navigation{
        top:122px!important;
        min-height:calc(100dvh - 122px)!important;
    }

    .hero-section{
        min-height:100svh!important;
        padding:96px 0 18px!important;
        background-size:cover!important;
        background-position:center center!important;
    }
    .hero-layout{
        min-height:calc(100svh - 114px)!important;
    }
    .hero-copy{
        min-height:calc(100svh - 132px)!important;
    }
    .hero-copy h1{
        top:44%!important;
        width:100%!important;
        max-width:520px!important;
        padding-inline:4px!important;
        font-size:clamp(22px,7vw,28px)!important;
        line-height:1.85!important;
        white-space:normal!important;
        text-wrap:balance;
    }
    .hero-buttons{
        bottom:22px!important;
    }

    .stat-grid{
        grid-template-columns:1fr!important;
    }
    .stat-grid article{
        padding:22px 18px!important;
        text-align:center!important;
        border-left:0!important;
        border-bottom:1px solid var(--line)!important;
    }
    .stat-grid article:last-child{
        border-bottom:0!important;
    }

    .content-section,
    .process-section,
    .service-intro-section,
    .service-scope-section,
    .service-benefit-section,
    .service-process-section,
    .service-faq-section{
        padding-top:68px!important;
        padding-bottom:68px!important;
    }

    .section-heading,
    .section-heading-wide,
    .service-section-heading,
    .server-section-heading,
    .about-section-heading,
    .services-overview-heading,
    .projects-page-section-heading,
    .contact-page-section-title,
    .contact-page-form-heading,
    .security-intro-heading{
        max-width:100%!important;
        margin-right:auto!important;
        margin-left:auto!important;
        text-align:center!important;
    }

    .section-heading h2,
    .process-intro h2,
    .home-about-content h2,
    .service-section-title h2,
    .service-section-heading h2,
    .service-benefit-panel h2,
    .service-cta-box h2,
    .server-section-heading h2,
    .server-cta-box h2,
    .about-section-heading h2,
    .about-cta-box h2,
    .services-overview-heading h2,
    .services-overview-section-title h2,
    .projects-page-intro-copy h2,
    .projects-page-section-heading h2,
    .projects-page-method-copy h2,
    .projects-page-cta-box h2,
    .contact-page-section-title h2,
    .contact-page-form-heading h2,
    .security-intro-heading h2{
        font-size:clamp(21px,6.2vw,26px)!important;
        line-height:1.8!important;
        white-space:normal!important;
        text-wrap:balance;
    }

    .service-hero h1,
    .server-hero h1,
    .about-hero h1,
    .services-overview-hero h1,
    .projects-page-hero h1,
    .contact-page-hero h1,
    .security-backup-hero h1{
        max-width:100%!important;
        font-size:clamp(23px,7vw,29px)!important;
        line-height:1.85!important;
        white-space:normal!important;
        text-wrap:balance;
    }

    .problem-grid,
    .home-services-grid,
    .projects-grid-featured,
    .service-scope-grid,
    .service-offerings-grid,
    .server-services-grid,
    .server-problems-grid,
    .services-overview-primary-grid,
    .services-overview-capability-grid,
    .about-domain-grid,
    .about-process-grid,
    .contact-page-method-grid{
        grid-template-columns:1fr!important;
        gap:16px!important;
    }

    .info-card,
    .service-card,
    .home-service-card,
    .project-card,
    .service-scope-grid article,
    .server-service-card,
    .server-problem-card,
    .services-overview-primary-card,
    .contact-page-method-card{
        border-radius:18px!important;
    }

    .project-visual,
    #projects .projects-grid-featured .project-visual{
        height:205px!important;
        min-height:205px!important;
    }
    .project-card-content,
    .projects-page-card-body{
        padding-left:18px!important;
        padding-right:18px!important;
    }

    .button,
    .service-hero-actions .button,
    .server-hero-actions .button,
    .about-hero-actions .button,
    .services-overview-hero-actions .button,
    .contact-page-hero-actions .button,
    .server-cta-actions .button,
    .about-cta-actions .button{
        width:100%!important;
        min-width:0!important;
        max-width:420px!important;
        margin-inline:auto!important;
    }

    .contact-panel--simple{
        padding:28px 20px!important;
        border-radius:22px!important;
    }
    .contact-panel__content--simple h2{
        font-size:21px!important;
        line-height:1.85!important;
        white-space:normal!important;
    }
    .contact-panel__content--simple p{
        max-width:520px!important;
        font-size:12px!important;
        line-height:2!important;
        text-align:center!important;
    }

    .site-footer .footer-main.footer-main-icons-only{
        padding-top:18px!important;
        padding-bottom:18px!important;
    }
    .site-footer .footer-contact-only .footer-contact-icons-row,
    .site-footer .footer-contact-only .footer-contact-list.footer-contact-icons-row{
        max-width:360px!important;
        margin-inline:auto!important;
        gap:8px!important;
    }
    .footer-bottom{
        margin-top:22px!important;
        padding-top:16px!important;
        text-align:center!important;
        align-items:center!important;
    }
}

@media (max-width:380px){
    .container{
        width:min(calc(100% - 20px), var(--container))!important;
    }
    .hero-copy h1{
        font-size:21px!important;
    }
    .site-footer .footer-contact-only .footer-contact-icon-link{
        width:34px!important;
        height:34px!important;
        min-width:34px!important;
        min-height:34px!important;
    }
}


/* v10.5 — full tablet and internal-page responsive audit */
@media (min-width:768px) and (max-width:1100px){
    .service-hero-inner,
    .server-hero-inner,
    .about-hero-inner,
    .services-overview-hero-inner,
    .contact-page-hero-inner,
    .projects-page-hero-inner{
        padding-left:26px!important;
        padding-right:26px!important;
    }

    .service-hero h1,
    .server-hero h1,
    .about-hero h1,
    .services-overview-hero h1,
    .contact-page-hero h1,
    .projects-page-hero h1,
    .security-backup-hero h1{
        font-size:clamp(27px,3.4vw,34px)!important;
        line-height:1.7!important;
        white-space:nowrap!important;
    }

    .service-section-title h2,
    .service-section-heading h2,
    .server-section-heading h2,
    .about-section-heading h2,
    .about-centered-heading h2,
    .services-overview-heading h2,
    .services-overview-section-title h2,
    .projects-page-intro-copy h2,
    .projects-page-section-heading h2,
    .projects-page-method-copy h2,
    .contact-page-section-title h2,
    .contact-page-form-heading h2,
    .security-intro-heading h2{
        font-size:clamp(21px,2.6vw,27px)!important;
        line-height:1.75!important;
        white-space:nowrap!important;
    }

    .service-intro-grid,
    .server-intro-layout,
    .about-intro-grid,
    .about-why-grid,
    .about-expertise-layout,
    .services-overview-intro-grid,
    .services-overview-process-layout,
    .contact-page-main-grid,
    .projects-page-intro-grid,
    .projects-page-method-grid{
        gap:34px!important;
    }

    .service-problems-grid,
    .service-offerings-grid,
    .service-scope-grid,
    .server-problems-grid,
    .server-services-grid,
    .about-domain-grid,
    .about-process-grid,
    .services-overview-primary-grid,
    .services-overview-capability-grid,
    .contact-page-method-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:18px!important;
    }

    .contact-page-form-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:16px!important;
    }

    .contact-page-main-grid{
        grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)!important;
    }

    .projects-page-grid{
        grid-template-columns:1fr!important;
    }

    .projects-page-card,
    .projects-page-card-wide{
        grid-template-columns:minmax(250px,.9fr) minmax(0,1.1fr)!important;
    }

    .projects-page-method-steps{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .service-hero-actions,
    .server-hero-actions,
    .about-hero-actions,
    .services-overview-hero-actions,
    .contact-page-hero-actions{
        flex-wrap:wrap!important;
        justify-content:center!important;
    }
}

@media (max-width:767px){
    .service-hero,
    .server-hero,
    .about-hero,
    .services-overview-hero,
    .contact-page-hero,
    .projects-page-hero,
    .security-backup-hero{
        min-height:auto!important;
        background-position:center center!important;
        background-size:cover!important;
    }

    .service-hero-inner,
    .server-hero-inner,
    .about-hero-inner,
    .services-overview-hero-inner,
    .contact-page-hero-inner,
    .projects-page-hero-inner{
        min-height:560px!important;
        padding-top:106px!important;
        padding-bottom:52px!important;
        justify-content:center!important;
        text-align:center!important;
    }

    .service-hero-copy,
    .server-hero-copy,
    .about-hero-copy,
    .services-overview-hero-inner,
    .contact-page-hero-inner,
    .projects-page-hero-inner{
        width:100%!important;
        max-width:100%!important;
        margin-inline:auto!important;
        text-align:center!important;
    }

    .service-kicker,
    .server-kicker,
    .about-kicker,
    .services-overview-kicker,
    .contact-page-kicker,
    .projects-page-kicker{
        font-size:15px!important;
        text-align:center!important;
    }

    .service-hero h1,
    .server-hero h1,
    .about-hero h1,
    .services-overview-hero h1,
    .contact-page-hero h1,
    .projects-page-hero h1,
    .security-backup-hero h1{
        margin-inline:auto!important;
        font-size:clamp(23px,7vw,29px)!important;
        line-height:1.8!important;
        text-align:center!important;
        white-space:normal!important;
    }

    .service-hero p,
    .server-hero p,
    .about-hero p,
    .services-overview-hero p,
    .contact-page-hero p,
    .projects-page-hero p{
        max-width:520px!important;
        margin-inline:auto!important;
        font-size:13px!important;
        line-height:2!important;
        text-align:center!important;
    }

    .service-hero-actions,
    .server-hero-actions,
    .about-hero-actions,
    .services-overview-hero-actions,
    .contact-page-hero-actions,
    .projects-page-cta-actions{
        width:100%!important;
        max-width:420px!important;
        margin-inline:auto!important;
        align-items:stretch!important;
        justify-content:center!important;
        gap:12px!important;
    }

    .service-intro-grid,
    .server-intro-layout,
    .about-intro-grid,
    .about-why-grid,
    .about-expertise-layout,
    .services-overview-intro-grid,
    .services-overview-process-layout,
    .contact-page-main-grid,
    .projects-page-intro-grid,
    .projects-page-method-grid{
        grid-template-columns:1fr!important;
        gap:28px!important;
    }

    .service-intro-copy,
    .server-intro-copy,
    .about-intro-copy,
    .about-why-copy,
    .services-overview-intro-copy,
    .services-overview-process-copy,
    .projects-page-intro-copy,
    .projects-page-method-copy,
    .contact-page-form-heading{
        text-align:center!important;
    }

    .service-intro-copy p,
    .server-intro-copy p,
    .about-intro-copy p,
    .about-why-copy p,
    .services-overview-intro-copy p,
    .services-overview-process-copy p,
    .projects-page-intro-copy p,
    .projects-page-method-copy p{
        margin-inline:auto!important;
        text-align:center!important;
    }

    .service-problems-grid,
    .service-offerings-grid,
    .service-scope-grid,
    .server-problems-grid,
    .server-services-grid,
    .about-domain-grid,
    .about-process-grid,
    .services-overview-primary-grid,
    .services-overview-capability-grid,
    .contact-page-method-grid,
    .contact-page-form-grid,
    .projects-page-method-steps{
        grid-template-columns:1fr!important;
        gap:16px!important;
    }

    .contact-page-field,
    .contact-page-field-full{
        grid-column:1!important;
        width:100%!important;
    }

    .contact-page-form-wrap,
    .contact-page-info-panel{
        width:100%!important;
        max-width:100%!important;
        padding:24px 20px!important;
        border-radius:20px!important;
    }

    .contact-page-form-footer{
        align-items:center!important;
        justify-content:center!important;
        text-align:center!important;
    }

    .projects-page-card,
    .projects-page-card-wide{
        grid-template-columns:1fr!important;
    }

    .projects-page-card-image{
        min-height:220px!important;
    }

    .about-why-photo img,
    .about-why-visual img{
        width:100%!important;
        height:auto!important;
        max-height:420px!important;
        object-fit:cover!important;
    }

    .service-section-title h2,
    .service-section-heading h2,
    .server-section-heading h2,
    .about-section-heading h2,
    .about-centered-heading h2,
    .services-overview-heading h2,
    .services-overview-section-title h2,
    .projects-page-intro-copy h2,
    .projects-page-section-heading h2,
    .projects-page-method-copy h2,
    .contact-page-section-title h2,
    .contact-page-form-heading h2,
    .security-intro-heading h2{
        font-size:clamp(21px,6vw,25px)!important;
        line-height:1.8!important;
        white-space:normal!important;
        text-align:center!important;
    }

    .service-featured-card,
    .server-service-card,
    .server-problem-card,
    .services-overview-primary-card,
    .contact-page-method-card,
    .about-domain-grid article,
    .about-process-grid article{
        min-height:0!important;
    }
}

@media (max-width:430px){
    .service-hero-inner,
    .server-hero-inner,
    .about-hero-inner,
    .services-overview-hero-inner,
    .contact-page-hero-inner,
    .projects-page-hero-inner{
        min-height:520px!important;
        padding-top:96px!important;
        padding-bottom:42px!important;
    }

    .service-hero h1,
    .server-hero h1,
    .about-hero h1,
    .services-overview-hero h1,
    .contact-page-hero h1,
    .projects-page-hero h1,
    .security-backup-hero h1{
        font-size:22px!important;
    }

    .projects-page-hero-tags{
        gap:8px!important;
    }

    .projects-page-hero-tags span{
        min-height:34px!important;
        padding:0 11px!important;
        font-size:11px!important;
    }
}

/* v107 custom 404 page */
.rayno-404{
    position:relative;
    min-height:100vh;
    overflow:hidden;
    display:flex;
    align-items:center;
    padding:148px 0 70px;
    background:
        linear-gradient(135deg, rgba(5,16,29,.96), rgba(8,24,44,.92)),
        url('../images/hero-background.webp') center center / cover no-repeat;
}
.rayno-404::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
    background-size:52px 52px;
}
.rayno-404__overlay{
    position:absolute;
    width:520px;
    height:520px;
    left:-180px;
    top:50%;
    transform:translateY(-50%);
    border-radius:50%;
    background:radial-gradient(circle, rgba(24,130,255,.20) 0%, rgba(24,130,255,0) 70%);
    filter:blur(4px);
    pointer-events:none;
}
.rayno-404__inner{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}
.rayno-404__content{
    width:min(100%, 760px);
    margin:0 auto;
    text-align:center;
    color:#fff;
}
.rayno-404__code{
    display:block;
    margin:0 0 6px;
    color:var(--blue2);
    font-size:clamp(84px, 11vw, 150px);
    line-height:1;
    font-weight:900;
    letter-spacing:-4px;
    text-shadow:0 18px 50px rgba(24,130,255,.18);
}
.rayno-404__content h1{
    margin:0;
    color:#fff;
    font-size:clamp(25px, 2.35vw, 34px);
    line-height:1.7;
    font-weight:800;
    white-space:nowrap;
}
.rayno-404__content p{
    max-width:650px;
    margin:14px auto 0;
    color:rgba(255,255,255,.72);
    font-size:15px;
    line-height:2;
}
.rayno-404__actions{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
    margin-top:30px;
}
.rayno-404__actions .button{
    min-width:190px;
}
@media (max-width:767px){
    .rayno-404{
        min-height:calc(100vh - 40px);
        padding:126px 0 56px;
    }
    .rayno-404__code{
        font-size:84px;
        letter-spacing:-2px;
    }
    .rayno-404__content h1{
        font-size:23px;
        white-space:normal;
    }
    .rayno-404__content p{
        font-size:14px;
        line-height:1.9;
    }
    .rayno-404__actions{
        flex-direction:column;
        width:100%;
        margin-top:26px;
    }
    .rayno-404__actions .button{
        width:min(100%, 300px);
    }
}


/* v10.8 — correct fixed-header offset for in-page anchors */
#contact{
    scroll-margin-top:128px!important;
}

@media (max-width:767px){
    #contact{
        scroll-margin-top:92px!important;
    }
}

/* v10.9 — vertically center homepage CTA copy and actions in the same grid row */
.contact-panel--simple{
    align-items:center!important;
}
.contact-panel__content--simple,
.contact-panel__actions--stacked{
    grid-row:1!important;
    align-self:center!important;
}

@media (max-width:1100px){
    .contact-panel__content--simple{
        grid-row:1!important;
    }
    .contact-panel__actions--stacked{
        grid-row:2!important;
    }
}


/* v11.2 — Rayno AI assistant interface */
.rayno-ai{
    position:fixed;
    left:24px;
    bottom:24px;
    z-index:1200;
    font-family:"Vazirmatn",sans-serif;
}
.rayno-ai__launcher{
    border:0;
    min-height:54px;
    padding:8px 15px 8px 10px;
    display:flex;
    align-items:center;
    gap:10px;
    border-radius:18px;
    background:#07182b;
    color:#fff;
    box-shadow:0 15px 42px rgba(3,14,28,.26);
    cursor:pointer;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.rayno-ai__launcher:hover{
    transform:translateY(-2px);
    background:#0a2039;
    box-shadow:0 18px 48px rgba(3,14,28,.32);
}
.rayno-ai__launcher-icon{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:linear-gradient(145deg,#2c8cff,#1767c9);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
}
.rayno-ai__launcher-icon svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:#fff;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.rayno-ai__launcher-icon circle{
    fill:#fff;
    stroke:none;
}
.rayno-ai__launcher-smile{
    fill:none;
}
.rayno-ai__launcher-label{
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
}
.rayno-ai__panel{
    position:absolute;
    left:0;
    bottom:68px;
    width:min(380px,calc(100vw - 32px));
    height:520px;
    max-height:calc(100vh - 120px);
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border:1px solid rgba(117,145,176,.18);
    border-radius:24px;
    background:#fff;
    box-shadow:0 26px 80px rgba(3,14,28,.28);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(14px) scale(.97);
    transform-origin:bottom left;
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.rayno-ai.is-open .rayno-ai__panel{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0) scale(1);
}
.rayno-ai.is-open .rayno-ai__launcher{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
.rayno-ai__header{
    min-height:78px;
    padding:14px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:linear-gradient(135deg,#07182b 0%,#0b2745 100%);
    color:#fff;
}
.rayno-ai__identity{
    display:flex;
    align-items:center;
    gap:11px;
    min-width:0;
}
.rayno-ai__avatar{
    width:42px;
    height:42px;
    flex:0 0 42px;
    display:grid;
    place-items:center;
    border-radius:13px;
    background:linear-gradient(145deg,#2c8cff,#1767c9);
    color:#fff;
    font-size:18px;
    font-weight:800;
    direction:ltr;
}
.rayno-ai__identity div{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
}
.rayno-ai__identity strong{
    font-size:14px;
    line-height:1.6;
    font-weight:800;
}
.rayno-ai__identity span:not(.rayno-ai__avatar){
    color:rgba(255,255,255,.62);
    font-size:10px;
    line-height:1.7;
}
.rayno-ai__close{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:11px;
    background:rgba(255,255,255,.08);
    cursor:pointer;
}
.rayno-ai__close:hover{
    background:rgba(255,255,255,.14);
}
.rayno-ai__close svg{
    width:19px;
    height:19px;
    fill:none;
    stroke:#fff;
    stroke-width:1.8;
    stroke-linecap:round;
}
.rayno-ai__body{
    flex:1;
    min-height:0;
    overflow:auto;
    padding:22px 18px 18px;
    background:#f6f8fb;
    scrollbar-width:thin;
}
.rayno-ai__message{
    width:fit-content;
    max-width:88%;
    margin:0 0 9px auto;
    padding:11px 13px;
    border-radius:16px 16px 5px 16px;
    background:#fff;
    color:#28394c;
    box-shadow:0 6px 22px rgba(7,24,43,.06);
    font-size:12px;
    line-height:1.9;
    text-align:right;
}
.rayno-ai__message--compact{
    padding:9px 12px;
    color:#546579;
}
.rayno-ai__quick-actions{
    margin-top:17px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}
.rayno-ai__quick-actions button{
    min-height:42px;
    padding:8px 9px;
    border:1px solid #dce5ef;
    border-radius:12px;
    background:#fff;
    color:#1d3651;
    font-family:inherit;
    font-size:11px;
    font-weight:600;
    cursor:pointer;
    transition:border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.rayno-ai__quick-actions button:hover{
    border-color:#2c8cff;
    color:#1767c9;
    transform:translateY(-1px);
    box-shadow:0 7px 18px rgba(23,103,201,.08);
}
.rayno-ai__composer{
    min-height:72px;
    padding:12px 13px;
    display:flex;
    align-items:center;
    gap:9px;
    border-top:1px solid #e8edf3;
    background:#fff;
}
.rayno-ai__composer input{
    min-width:0;
    flex:1;
    height:44px;
    padding:0 14px;
    border:1px solid #dfe6ee;
    border-radius:13px;
    outline:none;
    background:#f8fafc;
    color:#31465d;
    font-family:inherit;
    font-size:12px;
    text-align:right;
}
.rayno-ai__composer input::placeholder{
    color:#9aa7b5;
}
.rayno-ai__composer button{
    width:44px;
    height:44px;
    flex:0 0 44px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:13px;
    background:#2c8cff;
    opacity:.52;
}
.rayno-ai__composer button svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:#fff;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
@media (max-width:767px){
    .rayno-ai{
        left:14px;
        bottom:14px;
    }
    .rayno-ai__launcher{
        min-height:52px;
        padding:7px 12px 7px 8px;
        border-radius:17px;
    }
    .rayno-ai__launcher-icon{
        width:37px;
        height:37px;
    }
    .rayno-ai__panel{
        position:fixed;
        left:12px;
        right:12px;
        bottom:12px;
        width:auto;
        height:min(560px,calc(100dvh - 24px));
        max-height:none;
        border-radius:22px;
        transform-origin:bottom center;
    }
    .rayno-ai__header{
        min-height:74px;
    }
    .rayno-ai__body{
        padding:20px 15px 16px;
    }
    .rayno-ai__quick-actions{
        grid-template-columns:1fr;
    }
}


/* v11.3 — homepage hero slogan alignment + assistant launcher typography */
.hero-section .hero-copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
}
.hero-section .hero-copy h1{
    position:static!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    white-space:nowrap!important;
}
.hero-section .hero-buttons{
    position:static!important;
    left:auto!important;
    bottom:auto!important;
    width:100%!important;
    justify-content:center!important;
    align-items:center!important;
    margin:28px 0 0!important;
    direction:rtl!important;
}
.rayno-ai__launcher,
.rayno-ai__launcher-label{
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;
}
@media (max-width:767px){
    .hero-section .hero-copy h1{
        white-space:normal!important;
        max-width:92%!important;
        line-height:1.8!important;
    }
    .hero-section .hero-buttons{
        margin-top:22px!important;
    }
}

/* v11.4 — live Rayno AI chat states */
.rayno-ai__message--user{
    margin:0 0 10px 0;
    margin-right:auto;
    max-width:86%;
    padding:11px 13px;
    border-radius:16px 16px 16px 5px;
    background:#0b2745;
    color:#fff;
    box-shadow:0 7px 22px rgba(7,24,43,.12);
    font-size:12px;
    line-height:1.9;
    text-align:right;
    white-space:pre-wrap;
    overflow-wrap:anywhere;
}
.rayno-ai__message--bot{
    white-space:pre-wrap;
    overflow-wrap:anywhere;
}
.rayno-ai__message--typing{
    color:#728198;
    font-size:11px;
}
.rayno-ai__message--error{
    border:1px solid #f1d5d5;
    background:#fff8f8;
    color:#9a3131;
}
.rayno-ai__composer button{
    cursor:pointer;
    opacity:1;
    transition:opacity .18s ease, transform .18s ease, background .18s ease;
}
.rayno-ai__composer button:hover:not(:disabled){
    transform:translateY(-1px);
    background:#1767c9;
}
.rayno-ai__composer button:disabled,
.rayno-ai__composer input:disabled{
    cursor:not-allowed;
    opacity:.5;
}
.rayno-ai.is-sending .rayno-ai__composer button{
    opacity:.55;
}
.rayno-ai__quick-actions button:disabled{
    opacity:.55;
    cursor:not-allowed;
}

/* v11.6 — AI assistant typography aligned with the rest of the site */
.rayno-ai,
.rayno-ai button,
.rayno-ai input,
.rayno-ai textarea,
.rayno-ai select,
.rayno-ai .rayno-ai__message,
.rayno-ai .rayno-ai__identity,
.rayno-ai .rayno-ai__launcher-label{
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;
}
.rayno-ai__message,
.rayno-ai__message--user,
.rayno-ai__message--bot{
    font-size:13px!important;
    font-weight:400!important;
    line-height:2!important;
    letter-spacing:0!important;
    word-spacing:0!important;
    font-style:normal!important;
    text-rendering:optimizeLegibility;
}
.rayno-ai__quick-actions button,
.rayno-ai__composer input{
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;
}

/* v11.7 — human replies inside Rayno assistant */
.rayno-ai__message--human{
    border:1px solid rgba(30,134,84,.20)!important;
    background:#eef9f2!important;
    font-family:inherit!important;
}

/* v11.8 — keep every AI assistant text/control on the site font */
.rayno-ai,
.rayno-ai *,
.rayno-ai button,
.rayno-ai input,
.rayno-ai textarea,
.rayno-ai select{
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;
}
.rayno-ai svg,
.rayno-ai svg *{
    font-family:initial!important;
}


/* v11.9 — stable Persian typography in AI messages */
.rayno-ai__message,
.rayno-ai__message--user,
.rayno-ai__message--bot,
.rayno-ai__message--human{
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;
    direction:rtl!important;
    text-align:right!important;
    letter-spacing:0!important;
    font-feature-settings:"kern" 1!important;
}

/* v12.0 — explicit new conversation control in Rayno assistant */
.rayno-ai__header-actions{
    display:flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
}
.rayno-ai__new-chat{
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:0 10px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:11px;
    background:rgba(255,255,255,.08);
    color:#fff;
    cursor:pointer;
    font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;
    font-size:10px;
    font-weight:500;
    line-height:1;
    white-space:nowrap;
    transition:background .18s ease,border-color .18s ease;
}
.rayno-ai__new-chat:hover{
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.22);
}
.rayno-ai__new-chat svg{
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
@media (max-width:420px){
    .rayno-ai__new-chat{
        width:36px;
        flex:0 0 36px;
        padding:0;
    }
    .rayno-ai__new-chat span{
        position:absolute;
        width:1px;
        height:1px;
        padding:0;
        margin:-1px;
        overflow:hidden;
        clip:rect(0,0,0,0);
        white-space:nowrap;
        border:0;
    }
}

/* v12.1 — refined AI assistant intro + colored quick-action cards */
.rayno-ai__body{
    background:linear-gradient(180deg,#f7f9fc 0%,#f1f5fa 100%)!important;
}
.rayno-ai__message--welcome,
.rayno-ai__message--compact{
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    box-sizing:border-box!important;
}
.rayno-ai__message--welcome{
    max-width:94%!important;
    padding:13px 15px!important;
    border:1px solid #e4ebf3!important;
    border-radius:17px 17px 6px 17px!important;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(7,24,43,.055)!important;
}
.rayno-ai__message--compact{
    max-width:86%!important;
    margin-top:10px!important;
    padding:10px 14px!important;
    border:1px solid #e7edf5!important;
    border-radius:15px 15px 6px 15px!important;
    background:#fbfcfe!important;
    color:#52657a!important;
    box-shadow:0 6px 18px rgba(7,24,43,.035)!important;
}
.rayno-ai__quick-actions{
    margin-top:16px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
}
.rayno-ai__quick-actions button{
    min-height:48px!important;
    padding:10px 8px!important;
    border:1px solid transparent!important;
    border-radius:14px!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1.7!important;
    text-align:center!important;
    box-shadow:0 7px 18px rgba(7,24,43,.045)!important;
    transform:none!important;
}
.rayno-ai__quick-actions button:nth-child(1){
    background:#eaf4ff!important;
    border-color:#cfe4fb!important;
    color:#155fae!important;
}
.rayno-ai__quick-actions button:nth-child(2){
    background:#eef1ff!important;
    border-color:#d9defd!important;
    color:#4458a9!important;
}
.rayno-ai__quick-actions button:nth-child(3){
    background:#eaf8f5!important;
    border-color:#cfece5!important;
    color:#227363!important;
}
.rayno-ai__quick-actions button:nth-child(4){
    background:#f3efff!important;
    border-color:#e1d8fb!important;
    color:#6751a8!important;
}
.rayno-ai__quick-actions button:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 10px 22px rgba(7,24,43,.08)!important;
    filter:saturate(1.08)!important;
}
@media (max-width:767px){
    .rayno-ai__body{
        padding:18px 14px 15px!important;
    }
    .rayno-ai__quick-actions{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:9px!important;
    }
    .rayno-ai__quick-actions button{
        min-height:46px!important;
        font-size:10.5px!important;
    }
}
@media (max-width:340px){
    .rayno-ai__quick-actions{
        grid-template-columns:1fr!important;
    }
}

/* v12.2 — assistant intro alignment + compact bubbles + classic quick actions */
.rayno-ai__body{
    direction:rtl!important;
}
.rayno-ai__message--welcome,
.rayno-ai__message--compact{
    display:block!important;
    width:fit-content!important;
    margin-right:0!important;
    margin-left:auto!important;
    direction:rtl!important;
    text-align:right!important;
    white-space:normal!important;
}
.rayno-ai__message--welcome{
    max-width:78%!important;
    padding:11px 13px!important;
}
.rayno-ai__message--compact{
    max-width:68%!important;
    margin-top:8px!important;
    padding:9px 12px!important;
}
.rayno-ai__quick-actions button,
.rayno-ai__quick-actions button:nth-child(1),
.rayno-ai__quick-actions button:nth-child(2),
.rayno-ai__quick-actions button:nth-child(3),
.rayno-ai__quick-actions button:nth-child(4){
    background:#fff!important;
    border-color:#dce5ef!important;
    color:#1d3651!important;
    box-shadow:none!important;
}
.rayno-ai__quick-actions button:hover,
.rayno-ai__quick-actions button:nth-child(1):hover,
.rayno-ai__quick-actions button:nth-child(2):hover,
.rayno-ai__quick-actions button:nth-child(3):hover,
.rayno-ai__quick-actions button:nth-child(4):hover{
    background:#fff!important;
    border-color:#2c8cff!important;
    color:#1767c9!important;
    box-shadow:0 7px 18px rgba(23,103,201,.08)!important;
    filter:none!important;
}
@media (max-width:767px){
    .rayno-ai__message--welcome{
        max-width:86%!important;
    }
    .rayno-ai__message--compact{
        max-width:76%!important;
    }
}


/* v12.3 — compact, truly right-aligned assistant intro bubbles */
.rayno-ai__body{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    direction:rtl!important;
}
.rayno-ai__message--welcome,
.rayno-ai__message--compact{
    align-self:flex-end!important;
    margin-right:0!important;
    margin-left:0!important;
    direction:rtl!important;
    text-align:right!important;
    unicode-bidi:plaintext!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    box-sizing:border-box!important;
}
.rayno-ai__message--welcome{
    width:auto!important;
    max-width:62%!important;
    padding:10px 12px!important;
}
.rayno-ai__message--compact{
    width:auto!important;
    max-width:52%!important;
    margin-top:7px!important;
    padding:8px 11px!important;
}
.rayno-ai__quick-actions{
    align-self:stretch!important;
    width:100%!important;
}
@media (max-width:767px){
    .rayno-ai__message--welcome{
        max-width:72%!important;
    }
    .rayno-ai__message--compact{
        max-width:60%!important;
    }
}

/* v12.4 — wide-screen header edge alignment */
@media (min-width:1500px){
    .site-header .header-inner{
        width:calc(100% - 112px)!important;
        max-width:none!important;
        margin-left:auto!important;
        margin-right:auto!important;
    }
}


/* v12.5 — correct intro bubble right alignment; reduce vertical bulk, not horizontal length */
.rayno-ai__body{
    direction:rtl!important;
}
.rayno-ai__message--welcome,
.rayno-ai__message--compact{
    align-self:auto!important;
    display:block!important;
    width:max-content!important;
    margin-left:auto!important;
    margin-right:0!important;
    direction:rtl!important;
    text-align:right!important;
    unicode-bidi:plaintext!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    line-height:1.55!important;
    box-sizing:border-box!important;
}
.rayno-ai__message--welcome{
    max-width:88%!important;
    padding:6px 10px!important;
}
.rayno-ai__message--compact{
    max-width:78%!important;
    margin-top:6px!important;
    padding:5px 10px!important;
}
@media (max-width:767px){
    .rayno-ai__message--welcome{
        max-width:92%!important;
        padding:6px 9px!important;
    }
    .rayno-ai__message--compact{
        max-width:84%!important;
        padding:5px 9px!important;
    }
}

/* v12.9 — true wide-screen header edges + homepage hero title exact vertical center */
@media (min-width:1400px){
    .site-header .header-inner{
        width:calc(100% - 48px)!important;
        max-width:none!important;
        margin-inline:24px!important;
        padding-inline:0!important;
        justify-content:space-between!important;
    }
    .site-header .site-logo{
        margin:0!important;
    }
    .site-header .primary-navigation{
        margin-left:0!important;
        margin-right:0!important;
    }
}

@media (min-width:768px){
    .hero-section{
        padding-top:98px!important;
    }
    .hero-section .hero-layout{
        min-height:calc(100vh - 98px)!important;
        padding-top:0!important;
    }
    .hero-section .hero-copy{
        position:relative!important;
        display:block!important;
        min-height:calc(100vh - 98px)!important;
        height:calc(100vh - 98px)!important;
    }
    .hero-section .hero-copy h1{
        position:absolute!important;
        top:calc(50% - 49px)!important;
        left:50%!important;
        transform:translate(-50%,-50%)!important;
        width:min(100%,1100px)!important;
        margin:0!important;
        text-align:center!important;
        white-space:nowrap!important;
    }
    .hero-section .hero-buttons{
        position:absolute!important;
        top:calc(50% + 22px)!important;
        left:0!important;
        right:0!important;
        bottom:auto!important;
        width:100%!important;
        margin:0!important;
        justify-content:center!important;
    }
}

@media (max-width:767px){
    .hero-section{
        padding-top:76px!important;
    }
    .hero-section .hero-layout{
        min-height:calc(100svh - 76px)!important;
        padding-top:0!important;
    }
    .hero-section .hero-copy{
        position:relative!important;
        display:block!important;
        min-height:calc(100svh - 76px)!important;
        height:calc(100svh - 76px)!important;
    }
    .hero-section .hero-copy h1{
        position:absolute!important;
        top:calc(50% - 38px)!important;
        left:50%!important;
        transform:translate(-50%,-50%)!important;
        width:92%!important;
        max-width:560px!important;
        margin:0!important;
        text-align:center!important;
        white-space:normal!important;
    }
    .hero-section .hero-buttons{
        position:absolute!important;
        top:calc(50% + 42px)!important;
        left:0!important;
        right:0!important;
        bottom:auto!important;
        width:100%!important;
        margin:0!important;
        justify-content:center!important;
    }
}

/* v13.1 — mobile cooperation eyebrow stays on one line */
@media (max-width:767px){
    .process-section .process-intro span{
        display:inline-block!important;
        width:auto!important;
        max-width:100%!important;
        white-space:nowrap!important;
        align-self:center!important;
    }
}


/* v13.4 — Rayno assistant avatar uses the official R mark */
.rayno-ai__avatar{
    overflow:hidden!important;
    background:#fff!important;
}
.rayno-ai__avatar img{
    display:block!important;
    width:31px!important;
    height:31px!important;
    object-fit:contain!important;
}
