:root{
    --pf-green:#3DBD9B;
    --pf-cyan:#37B1C0;
    --pf-blue:#1631BA;
    --pf-navy:#071B4B;
    --pf-navy-2:#0B2A63;
    --pf-text:#10295B;
    --pf-muted:#667796;
    --pf-line:#E1EAF6;
    --pf-soft:#F4F9FF;
    --pf-white:#FFFFFF;
    --pf-shadow:0 18px 48px rgba(11,47,112,.10);
}

html{scroll-behavior:smooth;}
body{
    margin:0;
    color:var(--pf-text);
    background:#fff;
    font-family:'Inter','Segoe UI',Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
}

/* =========================
   Shared public header
   ========================= */
.profix-site-header{
    position:sticky;
    top:0;
    z-index:999;
    background:#fff;
    border-bottom:1px solid rgba(22,49,186,.08);
    box-shadow:0 6px 24px rgba(13,42,94,.045);
}
.profix-site-header .container,
.profix-site-footer .container{
    width:calc(100% - 48px);
    max-width:1840px;
    padding-left:0;
    padding-right:0;
}
.profix-homepage section:not(.profix-hero-section) .container{
    width:calc(100% - 40px);
    max-width:1840px;
    padding-left:0;
    padding-right:0;
}
.profix-header-shell{
    min-height:80px;
    display:flex;
    align-items:center;
    gap:20px;
}
.profix-brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none!important;}
.profix-brand img{display:block;width:205px;max-height:58px;object-fit:contain;}
.profix-primary-nav{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:4px;
}
.profix-nav-link{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:80px;
    padding:0 13px;
    border:0;
    background:transparent;
    color:var(--pf-text);
    font-size:14px;
    font-weight:700;
    line-height:1;
    text-decoration:none!important;
    cursor:pointer;
    white-space:nowrap;
}
.profix-nav-link:hover,.profix-nav-link:focus,.profix-nav-link.is-active{color:var(--pf-blue);}
.profix-nav-link.is-active:after{
    content:"";
    position:absolute;
    left:13px;
    right:13px;
    bottom:16px;
    height:2px;
    border-radius:5px;
    background:linear-gradient(90deg,var(--pf-blue),var(--pf-cyan));
}
.profix-nav-link i{font-size:9px;}
.profix-nav-dropdown{position:relative;}
.profix-nav-menu{
    position:absolute;
    top:calc(100% - 7px);
    left:0;
    min-width:215px;
    padding:10px;
    border:1px solid var(--pf-line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 42px rgba(20,44,96,.14);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:.18s ease;
}
.profix-nav-menu a{
    display:block;
    padding:11px 12px;
    border-radius:9px;
    color:var(--pf-text);
    font-weight:650;
    font-size:13px;
    text-decoration:none!important;
}
.profix-nav-menu a:hover{background:var(--pf-soft);color:var(--pf-blue);}
.profix-nav-dropdown:hover .profix-nav-menu,
.profix-nav-dropdown:focus-within .profix-nav-menu{opacity:1;visibility:visible;transform:translateY(0);}
.profix-header-actions{display:flex;align-items:center;gap:12px;margin-left:10px;}
.profix-language-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:40px;
    padding:0 13px;
    border:1px solid #dfe8f4;
    border-radius:999px;
    color:var(--pf-text);
    background:#fff;
    font-size:12px;
    font-weight:750;
    white-space:nowrap;
}
.profix-language-chip .fa-chevron-down{font-size:8px;color:#8290a6;}
.profix-chat-button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:46px;
    padding:0 22px;
    border-radius:999px;
    color:#fff!important;
    font-size:13px;
    font-weight:800;
    text-decoration:none!important;
    background:linear-gradient(90deg,var(--pf-green),var(--pf-cyan),#1a6ed8);
    box-shadow:0 10px 24px rgba(55,177,192,.23);
    transition:transform .18s ease,box-shadow .18s ease;
}
.profix-chat-button:hover{transform:translateY(-1px);box-shadow:0 13px 30px rgba(22,49,186,.20);}
.profix-nav-toggle{display:none;border:0;background:transparent;padding:8px;margin-left:auto;}
.profix-nav-toggle span{display:block;width:25px;height:2px;background:var(--pf-navy);margin:5px 0;border-radius:4px;}

/* =========================
   Homepage
   ========================= */
.profix-homepage{overflow:hidden;background:#fff;}
.profix-kicker,.profix-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:var(--pf-cyan);
    font-size:12px;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.profix-eyebrow span{color:var(--pf-green);font-size:15px;}
.profix-kicker-light{color:#52E4D0;}

/* Hero: full-width banner with the visual touching top/right/bottom */
.profix-hero-section{
    position:relative;
    overflow:hidden;
    padding:0;
    background:
        linear-gradient(120deg,rgba(226,247,255,.96) 0%,rgba(246,252,255,.98) 42%,#dff5ff 42.1%,#dff5ff 100%);
}
.profix-hero-section>.container{
    width:100%;
    max-width:none;
    padding:0;
    position:relative;
    z-index:2;
}
.profix-hero-section:before{
    content:"";
    position:absolute;
    z-index:0;
    left:-7%;
    top:-26%;
    width:58%;
    height:155%;
    pointer-events:none;
    background:
        linear-gradient(132deg,rgba(255,255,255,.72) 0%,rgba(210,243,253,.35) 45%,rgba(55,177,192,.06) 100%);
    clip-path:polygon(0 0,96% 8%,70% 46%,97% 72%,44% 100%,0 86%);
}
.profix-hero-section:after{
    content:"";
    position:absolute;
    z-index:0;
    left:0;
    bottom:0;
    width:48%;
    height:100%;
    pointer-events:none;
    opacity:.36;
    background-image:
        radial-gradient(circle at 1px 1px,rgba(55,177,192,.24) 1.2px,transparent 1.3px),
        linear-gradient(140deg,transparent 0 55%,rgba(22,49,186,.05) 55.2% 56%,transparent 56.2% 100%);
    background-size:22px 22px,100% 100%;
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.75) 58%,transparent 100%);
}
.profix-hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(500px,43%) minmax(0,57%);
    gap:0;
    align-items:stretch;
    min-height:560px;
}
.profix-hero-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:58px 60px 62px max(42px,calc((100vw - 1840px)/2 + 36px));
}
.profix-hero-copy h1{
    margin:13px 0 18px;
    color:var(--pf-navy);
    font-size:clamp(46px,4.1vw,68px);
    line-height:1.01;
    font-weight:850;
    letter-spacing:-.045em;
}
.profix-hero-copy h1 span{
    background:linear-gradient(90deg,var(--pf-blue) 2%,var(--pf-cyan) 56%,var(--pf-green) 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.profix-hero-copy>p{max-width:585px;margin:0;color:#526885;font-size:16px;line-height:1.62;}
.profix-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:25px;}
.profix-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:0 22px;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
    text-decoration:none!important;
    border:1px solid transparent;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.profix-btn:hover{transform:translateY(-1px);}
.profix-btn-primary{color:#fff!important;background:linear-gradient(90deg,var(--pf-green),var(--pf-cyan),var(--pf-blue));box-shadow:0 12px 26px rgba(22,49,186,.18);}
.profix-btn-outline{color:var(--pf-blue)!important;background:#fff;border-color:#5a78e2;box-shadow:0 8px 20px rgba(22,49,186,.06);}
.profix-btn-light{color:#fff!important;border-color:rgba(255,255,255,.55);background:linear-gradient(90deg,var(--pf-green),var(--pf-cyan),#2379eb);}
.profix-btn-small{min-height:42px;padding:0 18px;font-size:12px;}

.profix-hero-visual{
    position:relative;
    min-height:560px;
    align-self:stretch;
    overflow:hidden;
    border-radius:22px 0 0 22px;
}
.profix-hero-main-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    max-width:none;
    display:block;
    object-fit:cover;
    object-position:center center;
    border-radius:22px 0 0 22px;
    filter:saturate(1.03) contrast(1.01);
}
.profix-hero-chart-card{position:absolute;left:4%;top:11%;width:25%;max-width:245px;height:auto;filter:drop-shadow(0 16px 26px rgba(20,52,117,.20));}
.profix-hero-platform-card{position:absolute;right:5%;top:12%;width:22%;max-width:220px;height:auto;filter:drop-shadow(0 14px 22px rgba(20,52,117,.18));}
.profix-growth-chip{
    position:absolute;
    left:49%;
    bottom:8%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 16px 10px 10px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(22,49,186,.08);
    border-radius:15px;
    box-shadow:0 14px 34px rgba(19,48,104,.16);
    font-size:12px;
    line-height:1.22;
    color:var(--pf-text);
}
.profix-growth-chip img{width:42px;height:42px;object-fit:contain;}
.profix-growth-chip strong{font-weight:800;}

/* Premium capability ribbon directly below the hero */
.profix-capabilities-section{
    position:relative;
    z-index:5;
    padding:10px 0 18px;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}
.profix-capability-row{
    position:relative;
    isolation:isolate;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:center;
    gap:0;
    min-height:118px;
    margin-top:0;
    padding:0 24px;
    overflow:hidden;
    border:1px solid rgba(179,214,239,.82);
    border-radius:28px;
    background:
        radial-gradient(circle at 10% 40%,rgba(178,194,214,.16),transparent 27%),
        radial-gradient(circle at 92% 25%,rgba(22,49,186,.08),transparent 27%),
        linear-gradient(118deg,#fbfdff 0%,#f3f7fb 42%,#f6f8fc 100%);
    box-shadow:0 16px 38px rgba(26,78,139,.10),inset 0 1px 0 rgba(255,255,255,.96);
}
.profix-capability-row:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    pointer-events:none;
    opacity:.72;
    background:
        linear-gradient(118deg,transparent 0 23%,rgba(255,255,255,.80) 23.15% 23.65%,transparent 23.8% 100%),
        radial-gradient(ellipse at 20% 135%,transparent 0 54%,rgba(55,177,192,.10) 54.4% 55.2%,transparent 55.7%),
        radial-gradient(ellipse at 78% -45%,transparent 0 58%,rgba(22,49,186,.08) 58.4% 59.1%,transparent 59.7%);
}
.profix-capability-row:after{
    content:"";
    position:absolute;
    left:4%;
    right:4%;
    bottom:0;
    height:3px;
    z-index:-1;
    background:linear-gradient(90deg,transparent 0%,rgba(184,198,216,.62) 18%,rgba(146,177,207,.72) 50%,rgba(72,112,185,.42) 82%,transparent 100%);
    opacity:.72;
}
.profix-capability-item{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:17px;
    min-width:0;
    min-height:118px;
    padding:17px 24px;
    color:var(--pf-text);
    text-decoration:none!important;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    transition:background .18s ease,transform .18s ease;
}
.profix-capability-item:before{
    content:"";
    position:absolute;
    left:14%;
    right:14%;
    bottom:12px;
    height:24px;
    border-radius:50%;
    background:radial-gradient(ellipse,rgba(55,177,192,.11),transparent 70%);
    filter:blur(8px);
    opacity:.55;
    pointer-events:none;
}
.profix-capability-item:hover{
    transform:translateY(-1px);
    background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.46));
}
.profix-capability-item:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:27px;
    bottom:27px;
    width:1px;
    background:linear-gradient(180deg,transparent,rgba(126,177,216,.44) 20%,rgba(126,177,216,.44) 80%,transparent);
}
.profix-capability-item img{
    width:74px;
    height:74px;
    object-fit:contain;
    flex:0 0 74px;
    padding:7px;
    border-radius:50%;
    background:
        radial-gradient(circle at 34% 28%,#ffffff 0 34%,#ecfbff 62%,#e9f3ff 100%);
    border:1px solid rgba(162,211,238,.75);
    box-shadow:
        0 10px 24px rgba(22,84,150,.11),
        0 0 0 7px rgba(255,255,255,.42),
        inset 0 1px 0 rgba(255,255,255,.98);
    filter:drop-shadow(0 5px 9px rgba(34,126,167,.08));
}
.profix-capability-item span{
    max-width:150px;
    font-size:15px;
    line-height:1.23;
    font-weight:850;
    letter-spacing:-.012em;
    color:var(--pf-navy);
}

.profix-dual-section{padding:12px 0 20px;}
.profix-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.profix-feature-panel{
    position:relative;
    min-height:510px;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 22px 54px rgba(14,49,119,.11);
}
.profix-feature-panel-finance{background-size:cover;background-position:center;}
.profix-feature-panel-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,45,82,.94) 0%,rgba(2,61,92,.78) 45%,rgba(0,51,80,.15) 100%);}
.profix-feature-panel-content{position:relative;z-index:2;padding:42px 44px;}
.profix-feature-panel-finance .profix-feature-panel-content{min-height:510px;box-sizing:border-box;padding-bottom:138px;}
.profix-feature-panel h2{margin:8px 0 12px;color:var(--pf-navy);font-size:38px;line-height:1.07;font-weight:850;letter-spacing:-.025em;}
.profix-feature-panel p{max-width:490px;margin:0 0 18px;color:#60718d;font-size:14px;line-height:1.55;}
.profix-feature-panel-finance .profix-kicker,.profix-feature-panel-finance h2,.profix-feature-panel-finance p{color:#fff;}
.profix-panel-mini-features{position:absolute;left:44px;right:34px;bottom:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px;}
.profix-panel-mini-features span{display:flex;align-items:center;gap:12px;color:#fff;font-size:13px;font-weight:750;line-height:1.25;}
.profix-panel-mini-features img{
    width:70px;
    height:70px;
    object-fit:contain;
    flex:0 0 70px;
    border-radius:50%;
    padding:4px;
    background:rgba(0,168,190,.14);
    border:1px solid rgba(79,239,220,.36);
}
.profix-feature-panel-software{background:linear-gradient(135deg,#f8fcff,#edf7ff);border:1px solid #e2edf8;}
.profix-feature-panel-software .profix-feature-panel-content{width:47%;padding-right:0;}
.profix-software-list{margin:14px 0 20px;padding:0;list-style:none;}
.profix-software-list li{margin:8px 0;color:#264266;font-size:12.5px;font-weight:650;}
.profix-software-list i{color:var(--pf-green);margin-right:7px;font-size:13px;}
.profix-platform-note{position:absolute;right:13%;top:7%;z-index:2;color:#1746c1;font-size:19px;line-height:1.02;font-weight:700;font-style:italic;transform:rotate(-5deg);text-align:center;}
.profix-platform-note i{display:block;margin-top:5px;font-size:15px;transform:rotate(13deg);}
.profix-software-devices{
    position:absolute;
    right:20px;
    bottom:8px;
    width:55%;
    max-height:82%;
    height:auto;
    object-fit:contain;
    object-position:right bottom;
    filter:drop-shadow(0 18px 24px rgba(18,56,120,.11));
}

.profix-stats-section{padding:0 0 22px;}
.profix-stats-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    padding:12px 18px;
    border:1px solid #dfe9f6;
    border-radius:18px;
    background:linear-gradient(90deg,#f9fcff,#eef7ff 50%,#f7fbff);
    box-shadow:0 12px 30px rgba(20,55,120,.06);
}
.profix-stat-item{display:flex;align-items:center;justify-content:center;gap:18px;min-height:104px;position:relative;}
.profix-stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:18%;bottom:18%;width:1px;background:#d9e5f4;}
.profix-stat-item img{width:78px;height:78px;object-fit:contain;flex:0 0 78px;}
.profix-stat-item strong{display:block;color:var(--pf-navy);font-size:29px;font-weight:850;line-height:1;}
.profix-stat-item span{display:block;margin-top:7px;color:#71809c;font-size:11.5px;font-weight:650;}

.profix-services-section{padding:18px 0 34px;}
.profix-services-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:18px;align-items:stretch;}
.profix-services-intro{padding:16px 24px 16px 0;align-self:center;}
.profix-services-intro h2,.profix-section-heading h2{margin:4px 0 8px;color:var(--pf-navy);font-size:34px;line-height:1.08;font-weight:850;letter-spacing:-.025em;}
.profix-services-intro p,.profix-section-heading p{margin:0 0 16px;color:#71809c;font-size:13px;line-height:1.55;}
.profix-service-card{
    display:flex;
    flex-direction:column;
    min-height:300px;
    padding:24px 22px 22px;
    border:1px solid #dfe8f5;
    border-radius:17px;
    background:#fff;
    color:inherit;
    text-decoration:none!important;
    box-shadow:0 15px 38px rgba(22,49,186,.075);
    transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease;
}
.profix-service-card:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(22,49,186,.115);border-color:#c7d8ef;}
.profix-service-icon{
    width:82px;
    height:82px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
    border-radius:50%;
    border:1px solid #bcebdc;
    background:linear-gradient(145deg,#effff9,#eaf7ff);
    box-shadow:inset 0 0 0 6px rgba(255,255,255,.72),0 8px 18px rgba(55,177,192,.08);
}
.profix-service-icon img{width:60px;height:60px;object-fit:contain;margin:0;}
.profix-service-card:nth-child(3) .profix-service-icon{border-color:#cfe1ff;background:linear-gradient(145deg,#eef9ff,#eef4ff);}
.profix-service-card:nth-child(4) .profix-service-icon{border-color:#d8d8ff;background:linear-gradient(145deg,#f2f3ff,#eef8ff);}
.profix-service-card:nth-child(5) .profix-service-icon{border-color:#bfece5;background:linear-gradient(145deg,#edfffb,#eefaff);}
.profix-service-card h3{margin:0 0 9px;color:var(--pf-navy);font-size:16px;line-height:1.25;font-weight:850;}
.profix-service-card p{margin:0 0 16px;color:#7886a0;font-size:12.5px;line-height:1.55;flex:1;}
.profix-service-more{
    margin-top:auto;
    align-self:flex-start;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:36px;
    padding:0 15px;
    border-radius:999px;
    color:#fff;
    font-size:11.5px;
    font-weight:850;
    background:linear-gradient(90deg,var(--pf-green),var(--pf-cyan),#287ce7);
    box-shadow:0 9px 20px rgba(22,49,186,.16);
    transition:transform .18s ease,box-shadow .18s ease;
}
.profix-service-card:hover .profix-service-more{transform:translateY(-1px);box-shadow:0 12px 24px rgba(22,49,186,.22);}

.profix-why-section{padding:0 0 34px;}
.profix-why-strip{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:.8fr 1.65fr;
    gap:44px;
    align-items:center;
    min-height:300px;
    padding:38px 44px;
    border-radius:18px;
    background-size:cover;
    background-position:center;
    box-shadow:0 24px 58px rgba(5,35,94,.19);
}
.profix-why-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,37,101,.30),rgba(7,34,91,.04));}
.profix-why-copy,.profix-why-grid{position:relative;z-index:1;}
.profix-why-copy h2{margin:5px 0 10px;color:#fff;font-size:35px;font-weight:850;letter-spacing:-.025em;}
.profix-why-copy p{margin:0 0 18px;color:rgba(255,255,255,.90);font-size:13px;line-height:1.55;max-width:540px;}
.profix-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.profix-why-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;}
.profix-why-item img{width:78px;height:78px;object-fit:contain;flex:0 0 78px;}
.profix-why-item h3{margin:0 0 5px;color:#fff;font-size:13.5px;font-weight:850;}
.profix-why-item p{margin:0;color:rgba(255,255,255,.84);font-size:10.5px;line-height:1.42;}

.profix-testimonials-section{padding:6px 0 34px;}
.profix-section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px;}
.profix-testimonial-arrows{display:flex;gap:10px;}
.profix-testimonial-arrow{width:42px;height:42px;border-radius:50%;border:1px solid #dce6f3;background:#fff;color:#58739b;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(18,56,120,.05);cursor:pointer;}
.profix-testimonial-arrow:hover{color:var(--pf-blue);border-color:#bfd0ea;}
.profix-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;scroll-behavior:smooth;}
.profix-testimonial-card{position:relative;padding:25px 26px 22px;border:1px solid #dfe8f5;border-radius:16px;background:#fff;box-shadow:0 16px 38px rgba(22,49,186,.095);}
.profix-quote-icon{color:var(--pf-cyan);font-size:24px;margin-bottom:10px;}
.profix-testimonial-card>p{min-height:76px;margin:0;color:#61718e;font-size:12px;line-height:1.58;}
.profix-testimonial-footer{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;margin-top:14px;}
.profix-testimonial-footer img{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#eef6ff;box-shadow:0 7px 18px rgba(22,49,186,.12);}
.profix-testimonial-footer strong{display:block;color:var(--pf-navy);font-size:11px;font-weight:850;}
.profix-testimonial-footer span{display:block;color:#8a96ab;font-size:9px;margin-top:2px;}
.profix-stars{color:#f4aa00;font-size:10px;letter-spacing:1px;white-space:nowrap;}

.profix-blog-section{padding:2px 0 54px;}
.profix-view-all{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:38px;
    padding:0 16px;
    border:1px solid #cbdaf0;
    border-radius:999px;
    color:#fff!important;
    background:linear-gradient(90deg,var(--pf-green),var(--pf-cyan),#287ce7);
    box-shadow:0 9px 22px rgba(22,49,186,.15);
    font-size:11px;
    font-weight:850;
    text-decoration:none!important;
    white-space:nowrap;
    transition:transform .18s ease,box-shadow .18s ease;
}
.profix-view-all:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(22,49,186,.21);}
.profix-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.profix-blog-card{
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border:1px solid #dbe6f4;
    border-radius:16px;
    background:#fff;
    box-shadow:0 16px 38px rgba(22,49,186,.105);
    transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease;
}
.profix-blog-card:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(22,49,186,.14);border-color:#c8d8ed;}
.profix-blog-image{display:block;aspect-ratio:16/7.8;overflow:hidden;background:#eef4fb;}
.profix-blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease;}
.profix-blog-card:hover .profix-blog-image img{transform:scale(1.025);}
.profix-blog-body{display:flex;flex-direction:column;flex:1;padding:17px 19px 19px;}
.profix-blog-meta{display:flex;gap:12px;flex-wrap:wrap;color:#8a96aa;font-size:10px;margin-bottom:8px;}
.profix-blog-meta i{color:var(--pf-cyan);margin-right:3px;}
.profix-blog-card h3{margin:0 0 9px;font-size:17px;line-height:1.28;font-weight:850;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.profix-blog-card h3 a{color:var(--pf-navy);text-decoration:none!important;}
.profix-blog-card p{margin:0 0 12px;color:#75829a;font-size:11.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;}
.profix-blog-read{
    margin-top:auto;
    align-self:flex-start;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:36px;
    padding:0 15px;
    border-radius:999px;
    color:#fff!important;
    background:linear-gradient(90deg,var(--pf-green),var(--pf-cyan),#287ce7);
    box-shadow:0 9px 20px rgba(22,49,186,.15);
    font-size:11px;
    font-weight:850;
    text-decoration:none!important;
    transition:transform .18s ease,box-shadow .18s ease;
}
.profix-blog-read:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(22,49,186,.22);}

/* Dynamic blog content keeps the existing blog-page visual language. */
.profix-dynamic-blog-content p{margin-bottom:18px;}
.profix-dynamic-blog-content h4,.profix-dynamic-blog-content h5{margin-top:28px;margin-bottom:12px;}
.profix-dynamic-blog-content ul{margin:0 0 20px 20px;}
.profix-dynamic-blog-content li{margin-bottom:8px;}
.profix-dynamic-blog-content blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid var(--pf-cyan);background:#f5fbfc;border-radius:0 10px 10px 0;}

/* =========================
   Shared public footer
   ========================= */
.profix-site-footer{
    position:relative;
    overflow:hidden;
    padding:42px 0 0;
    color:#fff;
    background:linear-gradient(115deg,#04284f 0%,#07143f 58%,#06194a 100%);
}
.profix-site-footer:before{
    content:"";
    position:absolute;
    right:-120px;
    bottom:-105px;
    width:430px;
    height:250px;
    opacity:.45;
    background:repeating-radial-gradient(ellipse at center,transparent 0 16px,rgba(55,177,192,.16) 17px 18px,transparent 19px 31px);
    transform:rotate(-9deg);
}
.profix-footer-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1.45fr .72fr 1fr .85fr 1fr 1.18fr;
    gap:34px;
    padding-bottom:34px;
}
.profix-footer-logo img{width:168px;max-height:58px;object-fit:contain;filter:brightness(0) invert(1);}
.profix-footer-about p{max-width:320px;margin:15px 0;color:rgba(255,255,255,.72);font-size:11.5px;line-height:1.62;}
.profix-footer-socials{display:flex;gap:8px;}
.profix-footer-socials a{width:29px;height:29px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.09);color:#fff;font-size:10px;text-decoration:none!important;}
.profix-footer-column h4,.profix-footer-contact h4,.profix-footer-subscribe h4{margin:2px 0 14px;color:#fff;font-size:12.5px;font-weight:850;}
.profix-footer-column a{display:block;margin:8px 0;color:rgba(255,255,255,.74);font-size:10.5px;text-decoration:none!important;}
.profix-footer-column a:hover,.profix-footer-contact a:hover{color:#5be5cf;}
.profix-footer-contact p{display:flex;align-items:flex-start;gap:9px;margin:0 0 9px;color:rgba(255,255,255,.74);font-size:10.5px;line-height:1.45;}
.profix-footer-contact p i{width:14px;color:#4adac4;margin-top:2px;}
.profix-footer-contact p a{color:inherit;text-decoration:none!important;}
.profix-footer-newsletter{margin-top:4px;}
.profix-footer-newsletter>div{display:flex;background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 9px 25px rgba(0,0,0,.10);}
.profix-footer-newsletter input{flex:1;min-width:0;border:0;padding:11px 12px;font-size:10px;outline:0;color:#334766;}
.profix-footer-newsletter button{width:44px;border:0;background:linear-gradient(135deg,var(--pf-green),var(--pf-cyan));color:#fff;cursor:pointer;}
.profix-footer-bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 0 20px;border-top:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.60);font-size:9.5px;}

@media (max-width:1399px){
    .profix-primary-nav{gap:0;}
    .profix-nav-link{padding-left:9px;padding-right:9px;font-size:13px;}
    .profix-brand img{width:178px;}
    .profix-hero-grid{grid-template-columns:minmax(440px,43%) minmax(0,57%);min-height:520px;}
    .profix-hero-visual{min-height:520px;}
    .profix-hero-copy{padding-right:40px;}
    .profix-services-grid{grid-template-columns:1.2fr repeat(4,1fr);}
    .profix-service-card{padding-left:18px;padding-right:18px;}
    .profix-footer-grid{gap:24px;}
}

@media (max-width:1199px){
    .profix-site-header .container,.profix-site-footer .container,.profix-homepage section:not(.profix-hero-section) .container{width:calc(100% - 32px);}
    .profix-header-shell{min-height:72px;}
    .profix-nav-toggle{display:block;}
    .profix-primary-nav{
        position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;gap:0;
        margin:0;padding:14px 20px 20px;background:#fff;border-top:1px solid var(--pf-line);box-shadow:0 18px 35px rgba(16,41,91,.10);
    }
    .profix-site-header.nav-open .profix-primary-nav{display:flex;}
    .profix-nav-link{width:100%;min-height:44px;justify-content:space-between;padding:12px 8px;}
    .profix-nav-link.is-active:after{left:8px;right:auto;bottom:5px;width:35px;}
    .profix-nav-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 7px 14px;}
    .profix-nav-dropdown:hover .profix-nav-menu{display:none;}
    .profix-nav-dropdown.is-open .profix-nav-menu{display:block;}
    .profix-header-actions{margin-left:0;}
    .profix-hero-grid{grid-template-columns:1fr 1.05fr;min-height:470px;}
    .profix-hero-visual{min-height:470px;}
    .profix-hero-copy{padding:44px 28px 48px 34px;}
    .profix-hero-copy h1{font-size:52px;}
    .profix-capability-item{gap:12px;padding-left:14px;padding-right:14px;}
    .profix-capability-item img{width:64px;height:64px;flex-basis:64px;}
    .profix-capability-item span{font-size:13.5px;}
    .profix-dual-grid{gap:16px;}
    .profix-feature-panel{min-height:470px;}
    .profix-feature-panel-content{padding:34px;}
    .profix-feature-panel-finance .profix-feature-panel-content{min-height:470px;padding-bottom:126px;}
    .profix-panel-mini-features{left:34px;right:24px;}
    .profix-services-grid{grid-template-columns:1.2fr repeat(2,1fr);}
    .profix-services-intro{grid-row:span 2;}
    .profix-why-strip{grid-template-columns:.8fr 1.4fr;gap:30px;padding:34px;}
    .profix-why-grid{grid-template-columns:1fr 1fr;}
    .profix-why-item{flex-direction:row;text-align:left;align-items:center;}
    .profix-footer-grid{grid-template-columns:1.35fr repeat(3,1fr);}
    .profix-footer-contact,.profix-footer-subscribe{grid-column:auto / span 2;}
}

@media (max-width:991px){
    .profix-hero-grid{grid-template-columns:1fr;min-height:0;}
    .profix-hero-copy{text-align:center;padding:46px 24px 38px;}
    .profix-hero-copy>p{margin-left:auto;margin-right:auto;}
    .profix-hero-actions{justify-content:center;}
    .profix-hero-visual{min-height:430px;}
    .profix-capabilities-section{padding-top:2px;}
    .profix-capability-row{margin-top:0;grid-template-columns:repeat(3,1fr);padding:8px 12px;gap:0;}
    .profix-capability-item{min-height:94px;}
    .profix-capability-item:nth-child(3):after{display:none;}
    .profix-capability-item:nth-child(-n+3){border-bottom:1px solid rgba(126,177,216,.20);}
    .profix-dual-grid{grid-template-columns:1fr;}
    .profix-feature-panel-software .profix-feature-panel-content{width:50%;}
    .profix-stats-strip{grid-template-columns:repeat(2,1fr);}
    .profix-stat-item:nth-child(2):after{display:none;}
    .profix-why-strip{grid-template-columns:1fr;gap:24px;}
    .profix-why-grid{grid-template-columns:repeat(4,1fr);}
    .profix-why-item{flex-direction:column;text-align:center;}
    .profix-blog-grid{grid-template-columns:repeat(2,1fr);}
    .profix-footer-grid{grid-template-columns:1.25fr repeat(2,1fr);}
    .profix-footer-contact,.profix-footer-subscribe{grid-column:auto;}
}

@media (max-width:767px){
    .profix-language-chip{display:none;}
    .profix-chat-button{min-height:39px;padding:0 13px;font-size:11px;}
    .profix-brand img{width:140px;}
    .profix-hero-copy h1{font-size:43px;}
    .profix-hero-copy>p{font-size:14px;}
    .profix-hero-visual{min-height:330px;}
    .profix-hero-chart-card{width:27%;top:10%;}
    .profix-hero-platform-card{width:27%;top:9%;}
    .profix-growth-chip{bottom:7%;padding:7px 11px;font-size:10px;}
    .profix-growth-chip img{width:32px;height:32px;}
    .profix-capability-row{grid-template-columns:1fr 1fr;padding:8px 10px;gap:0;}
    .profix-capability-item{justify-content:flex-start;min-height:88px;padding:11px 14px;}
    .profix-capability-item img{width:58px;height:58px;flex-basis:58px;}
    .profix-capability-item:after{display:none!important;}
    .profix-capability-item{border-bottom:1px solid rgba(126,177,216,.18);}
    .profix-capability-item:nth-child(odd){border-right:1px solid rgba(126,177,216,.18);}
    .profix-capability-item:last-child{grid-column:1/-1;justify-content:center;border-right:0;border-bottom:0;}
    .profix-feature-panel{min-height:420px;}
    .profix-feature-panel-content{padding:28px;}
    .profix-feature-panel-finance .profix-feature-panel-content{min-height:0;padding-bottom:28px;}
    .profix-feature-panel h2{font-size:30px;}
    .profix-panel-mini-features{position:static;grid-template-columns:1fr;gap:7px;margin-top:22px;}
    .profix-feature-panel-software{padding-bottom:230px;}
    .profix-feature-panel-software .profix-feature-panel-content{width:100%;padding-right:28px;}
    .profix-platform-note{display:none;}
    .profix-software-devices{width:70%;right:10px;bottom:4px;}
    .profix-stats-strip{grid-template-columns:1fr;}
    .profix-stat-item:after{display:none!important;}
    .profix-stat-item{justify-content:flex-start;padding:0 18px;}
    .profix-stat-item img{width:66px;height:66px;flex-basis:66px;}
    .profix-services-grid{grid-template-columns:1fr;}
    .profix-services-intro{grid-row:auto;padding-right:0;}
    .profix-service-card{min-height:0;}
    .profix-why-strip{padding:30px 24px;}
    .profix-why-grid{grid-template-columns:1fr 1fr;}
    .profix-section-heading-row{align-items:flex-start;}
    .profix-testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none;}
    .profix-testimonial-grid::-webkit-scrollbar{display:none;}
    .profix-testimonial-card{min-width:86%;scroll-snap-align:start;}
    .profix-testimonial-card>p{min-height:0;}
    .profix-blog-grid{grid-template-columns:1fr;}
    .profix-footer-grid{grid-template-columns:1fr 1fr;}
    .profix-footer-about,.profix-footer-subscribe{grid-column:1/-1;}
    .profix-footer-bottom{flex-direction:column;align-items:flex-start;}
}

@media (max-width:480px){
    .profix-header-shell{gap:9px;}
    .profix-chat-button i{display:none;}
    .profix-chat-button{padding:0 10px;}
    .profix-hero-copy h1{font-size:37px;}
    .profix-hero-actions{flex-direction:column;}
    .profix-btn{width:100%;}
    .profix-capability-row{grid-template-columns:1fr;padding:7px 10px;gap:0;}
    .profix-capability-item{border-right:0!important;border-bottom:1px solid rgba(126,177,216,.18);}
    .profix-capability-item:last-child{grid-column:auto;justify-content:flex-start;border-bottom:0;}
    .profix-why-grid{grid-template-columns:1fr;}
    .profix-why-item{flex-direction:row;text-align:left;}
    .profix-testimonial-footer{grid-template-columns:40px 1fr;}
    .profix-stars{grid-column:2;}
    .profix-footer-grid{grid-template-columns:1fr;}
    .profix-footer-about,.profix-footer-subscribe{grid-column:auto;}
}

/* Final capability ribbon cleanup: remove only the decorative sweeping/diagonal lines. */
.profix-capability-row:before{
    content:none;
    display:none;
}

/* =========================
   About PROFIX page
   ========================= */
.profix-about-page{
    overflow:hidden;
    background:#fff;
    color:var(--pf-text);
}
.profix-about-page .container{
    width:calc(100% - 40px);
    max-width:1840px;
    padding-left:0;
    padding-right:0;
}
.profix-about-eyebrow{
    display:inline-block;
    color:var(--pf-cyan);
    font-size:12px;
    font-weight:850;
    letter-spacing:.09em;
    line-height:1.2;
    text-transform:uppercase;
}
.profix-about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:0 23px;
    border:1px solid transparent;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
    text-decoration:none!important;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.profix-about-btn:hover{transform:translateY(-2px);}
.profix-about-btn-primary{
    color:#fff!important;
    background:linear-gradient(90deg,var(--pf-green),var(--pf-cyan),#176fe0);
    box-shadow:0 12px 28px rgba(22,105,200,.20);
}
.profix-about-btn-primary:hover{box-shadow:0 16px 34px rgba(22,105,200,.28);}
.profix-about-btn-outline{
    color:#fff!important;
    border-color:rgba(255,255,255,.70);
    background:rgba(255,255,255,.05);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
    backdrop-filter:blur(8px);
}
.profix-about-btn-outline:hover{background:rgba(255,255,255,.12);}

/* About hero */
.profix-about-hero{
    position:relative;
    min-height:480px;
    display:flex;
    align-items:stretch;
    isolation:isolate;
    background-image:
        linear-gradient(90deg,rgba(2,34,75,.92) 0%,rgba(2,36,80,.72) 32%,rgba(3,49,93,.28) 58%,rgba(3,35,70,.05) 78%),
        url('../updated_web_files/aboutus_mainbanner.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.profix-about-hero:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:
        radial-gradient(circle at 17% 33%,rgba(55,177,192,.18),transparent 26%),
        linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,30,78,.15));
}
.profix-about-hero-inner{
    position:relative;
    min-height:480px;
    display:flex;
    align-items:center;
}
.profix-about-hero-copy{
    position:relative;
    z-index:2;
    width:min(660px,48vw);
    padding:52px 0 58px 34px;
    color:#fff;
}
.profix-about-breadcrumb{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    color:rgba(255,255,255,.72);
    font-size:12px;
    font-weight:750;
}
.profix-about-breadcrumb a{color:#fff;text-decoration:none!important;}
.profix-about-breadcrumb i{font-size:8px;opacity:.65;}
.profix-about-hero-copy h1{
    margin:0 0 8px;
    color:#fff;
    font-size:clamp(48px,4.2vw,72px);
    line-height:.98;
    font-weight:850;
    letter-spacing:-.045em;
}
.profix-about-hero-copy h1 span{
    background:linear-gradient(90deg,#63f0d4,var(--pf-cyan),#60b8ff);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.profix-about-hero-copy h2{
    margin:0 0 16px;
    color:#fff;
    font-size:24px;
    line-height:1.28;
    font-weight:800;
}
.profix-about-hero-copy>p{
    max-width:620px;
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:16px;
    line-height:1.65;
}
.profix-about-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:25px;}
.profix-about-trusted{
    position:absolute;
    z-index:3;
    left:53%;
    bottom:48px;
    width:248px;
    height:106px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.75);
    border-radius:24px;
    background:#fff;
    box-shadow:0 22px 55px rgba(3,32,77,.24);
}
.profix-about-trusted-image{
    display:block;
    width:100%;
    height:100%;
    background:#fff url('../updated_web_files/aboutus_10ktrusted.png') center/138% auto no-repeat;
}

/* Story */
.profix-about-story-section{padding:72px 0 32px;background:#fff;}
.profix-about-story-grid{
    display:grid;
    grid-template-columns:minmax(430px,.8fr) minmax(0,1.35fr);
    gap:70px;
    align-items:center;
}
.profix-about-story-copy{padding-left:24px;}
.profix-about-story-copy h2,
.profix-about-section-heading h2,
.profix-about-team-intro h2,
.profix-about-partner-copy h2{
    margin:9px 0 16px;
    color:var(--pf-navy);
    font-size:clamp(34px,3vw,48px);
    line-height:1.08;
    font-weight:850;
    letter-spacing:-.035em;
}
.profix-about-story-copy>p,
.profix-about-section-heading>p,
.profix-about-team-intro>p,
.profix-about-partner-copy>p{
    margin:0;
    color:#607391;
    font-size:15px;
    line-height:1.7;
}
.profix-about-values-mini{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:28px;
}
.profix-about-value-mini{
    display:flex;
    align-items:center;
    gap:11px;
    min-width:0;
}
.profix-about-mini-icon,
.profix-about-mission-icon,
.profix-about-solution-icon{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border:1px solid rgba(74,176,229,.28);
    background:linear-gradient(145deg,#fff,#edfaff);
    box-shadow:0 10px 24px rgba(25,86,152,.09),inset 0 0 0 5px rgba(255,255,255,.58);
}
.profix-about-mini-icon{width:62px;height:62px;border-radius:50%;}
.profix-about-mini-icon img{width:51px;height:51px;object-fit:contain;}
.profix-about-value-mini strong{display:block;color:var(--pf-navy);font-size:14px;font-weight:850;}
.profix-about-value-mini small{display:block;margin-top:3px;color:#7a899e;font-size:10.5px;line-height:1.25;}
.profix-about-story-visuals{
    display:grid;
    grid-template-columns:minmax(0,1fr) 280px;
    gap:18px;
    align-items:stretch;
}
.profix-about-meeting-card{
    position:relative;
    min-height:390px;
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 22px 54px rgba(23,61,115,.14);
}
.profix-about-meeting-card>img{width:100%;height:100%;min-height:390px;display:block;object-fit:cover;}
.profix-about-quote-card{
    position:absolute;
    left:18px;
    bottom:18px;
    width:min(360px,52%);
    padding:22px 23px 20px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:17px;
    color:#fff;
    background:linear-gradient(145deg,rgba(4,35,79,.88),rgba(4,62,116,.68));
    box-shadow:0 12px 30px rgba(0,0,0,.17);
    backdrop-filter:blur(12px);
}
.profix-about-quote-mark{display:block;height:24px;color:#31d7d0;font-size:48px;font-weight:900;line-height:.8;}
.profix-about-quote-card p{margin:8px 0 11px;color:#fff;font-size:16px;line-height:1.4;font-weight:760;}
.profix-about-quote-card small{color:rgba(255,255,255,.74);font-size:10.5px;font-weight:650;}
.profix-about-mission-panel{
    display:grid;
    grid-template-rows:1fr 1fr;
    overflow:hidden;
    border:1px solid #e5edf7;
    border-radius:22px;
    background:linear-gradient(155deg,#fff,#f8fbff);
    box-shadow:0 20px 45px rgba(27,65,116,.10);
}
.profix-about-mission-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:31px 22px;
}
.profix-about-mission-item+ .profix-about-mission-item{border-top:1px solid #e7eef7;}
.profix-about-mission-icon{width:62px;height:62px;border-radius:50%;}
.profix-about-mission-icon img{width:50px;height:50px;object-fit:contain;}
.profix-about-mission-item h3{margin:7px 0 8px;color:var(--pf-navy);font-size:15px;font-weight:850;}
.profix-about-mission-item p{margin:0;color:#71819a;font-size:11px;line-height:1.55;}

/* Metrics */
.profix-about-stats-section{position:relative;z-index:3;padding:20px 0 34px;background:#fff;}
.profix-about-stats-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    border-radius:20px;
    background:linear-gradient(100deg,#1cbfc0 0%,#2088e4 31%,#2157ef 66%,#16bdcb 100%);
    box-shadow:0 18px 40px rgba(29,94,198,.22);
}
.profix-about-stat{
    position:relative;
    min-height:118px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding:18px 28px;
    color:#fff;
}
.profix-about-stat:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:28px;
    bottom:28px;
    width:1px;
    background:rgba(255,255,255,.24);
}
.profix-about-stat img{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,35,112,.16));}
.profix-about-stat strong{display:block;color:#fff;font-size:30px;font-weight:900;line-height:1;}
.profix-about-stat span{display:block;margin-top:7px;color:rgba(255,255,255,.92);font-size:11px;font-weight:720;}

/* What we do */
.profix-about-solutions-section{padding:36px 0 72px;background:#fff;}
.profix-about-section-heading-center{max-width:920px;margin:0 auto 32px;text-align:center;}
.profix-about-section-heading-center h2{margin-bottom:11px;}
.profix-about-section-heading-center>p{max-width:820px;margin:0 auto;}
.profix-about-solutions-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}
.profix-about-solution-card{
    position:relative;
    min-height:246px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:25px 24px 22px;
    overflow:hidden;
    border:1px solid #e0eaf6;
    border-radius:18px;
    background:linear-gradient(150deg,#fff 0%,#fbfdff 65%,#f1f8ff 100%);
    box-shadow:0 13px 32px rgba(31,72,122,.08);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.profix-about-solution-card:before{
    content:"";
    position:absolute;
    right:-38px;
    top:-42px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(55,177,192,.10),transparent 68%);
}
.profix-about-solution-card:hover{transform:translateY(-5px);border-color:#cce2f5;box-shadow:0 20px 42px rgba(25,70,125,.13);}
.profix-about-solution-icon{width:66px;height:66px;border-radius:50%;}
.profix-about-solution-icon img{width:52px;height:52px;object-fit:contain;}
.profix-about-solution-card h3{margin:16px 0 9px;color:var(--pf-navy);font-size:16px;line-height:1.25;font-weight:850;}
.profix-about-solution-card p{margin:0;color:#71819a;font-size:11.5px;line-height:1.55;}
.profix-about-solution-card>a{
    margin-top:auto;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#176ed8!important;
    background:#eaf5ff;
    text-decoration:none!important;
    transition:.18s ease;
}
.profix-about-solution-card>a:hover{color:#fff!important;background:linear-gradient(135deg,var(--pf-cyan),var(--pf-blue));box-shadow:0 8px 19px rgba(22,49,186,.20);}

/* Team */
.profix-about-team-section{padding:38px 0 76px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);}
.profix-about-team-layout{
    display:grid;
    grid-template-columns:360px minmax(0,1fr);
    gap:54px;
    align-items:center;
}
.profix-about-team-intro{padding-left:24px;}
.profix-about-team-intro .profix-about-btn{margin-top:23px;}
.profix-about-team-carousel-wrap{position:relative;min-width:0;}
.profix-about-team-track{
    display:flex;
    gap:18px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:6px 4px 14px;
}
.profix-about-team-track::-webkit-scrollbar{display:none;}
.profix-about-team-card{
    flex:0 0 calc((100% - 36px)/3);
    min-width:0;
    scroll-snap-align:start;
    overflow:hidden;
    border:1px solid #e0eaf5;
    border-radius:20px;
    background:#fff;
    box-shadow:0 14px 34px rgba(26,66,118,.10);
    transition:transform .2s ease,box-shadow .2s ease;
}
.profix-about-team-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(26,66,118,.14);}
.profix-about-team-photo{
    height:270px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden;
    background:linear-gradient(145deg,#f1f8ff,#e7f4ff);
}
.profix-about-team-photo img{width:100%;height:100%;display:block;object-fit:contain;object-position:center bottom;}
.profix-about-team-card-body{position:relative;padding:18px 20px 20px;}
.profix-about-team-card-body h3{margin:0;color:var(--pf-navy);font-size:15px;font-weight:850;}
.profix-about-team-card-body>span{display:block;margin-top:4px;color:#7a899e;font-size:10.5px;font-weight:650;}
.profix-about-team-card-body>p{margin:10px 0 0;color:#75859d;font-size:11px;line-height:1.5;}
.profix-about-team-socials{display:flex;gap:7px;margin-top:12px;}
.profix-about-team-socials a{width:29px;height:29px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef7ff;color:#176ed8;text-decoration:none!important;font-size:11px;}
.profix-about-team-controls{display:flex;justify-content:flex-end;gap:10px;margin-top:8px;padding-right:4px;}
.profix-about-team-controls button{
    width:42px;height:42px;border:1px solid #d9e6f3;border-radius:50%;background:#fff;color:var(--pf-navy);box-shadow:0 9px 22px rgba(22,61,112,.08);cursor:pointer;transition:.18s ease;
}
.profix-about-team-controls button:hover{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--pf-cyan),var(--pf-blue));}
.profix-about-team-empty{padding:42px;border:1px dashed #d6e4f2;border-radius:18px;background:#f9fcff;color:#7b8ca5;text-align:center;}

/* Partnership / why choose */
.profix-about-partner-section{padding:58px 0 68px;background:linear-gradient(145deg,#f4faff 0%,#fff 55%,#f7fbff 100%);}
.profix-about-partner-grid{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);
    gap:68px;
    align-items:center;
}
.profix-about-partner-image{
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 22px 50px rgba(27,66,118,.13);
}
.profix-about-partner-image img{width:100%;display:block;aspect-ratio:1.58/1;object-fit:cover;}
.profix-about-partner-copy{padding-right:28px;}
.profix-about-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 26px;margin:23px 0 26px;}
.profix-about-check-grid span{display:flex;align-items:center;gap:9px;color:#264669;font-size:12px;font-weight:720;}
.profix-about-check-grid i{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0fc4ad;color:#fff;font-size:9px;}

/* CTA */
.profix-about-cta-section{padding:24px 0 28px;background:#fff;}
.profix-about-cta-strip{
    position:relative;
    min-height:138px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:32px 42px;
    overflow:hidden;
    border-radius:20px;
    color:#fff;
    background:#052f69 url('../updated_web_files/aboutus_strip.png') center/cover no-repeat;
    box-shadow:0 18px 42px rgba(5,47,105,.18);
}
.profix-about-cta-strip:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(3,38,86,.46),rgba(3,38,86,.04) 60%,rgba(3,38,86,.16));}
.profix-about-cta-strip>div,.profix-about-cta-button{position:relative;z-index:1;}
.profix-about-cta-strip h2{margin:0 0 8px;color:#fff;font-size:25px;font-weight:850;letter-spacing:-.02em;}
.profix-about-cta-strip p{margin:0;color:rgba(255,255,255,.82);font-size:12px;}
.profix-about-cta-button{
    min-width:188px;
    min-height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border-radius:999px;
    color:var(--pf-navy)!important;
    background:#fff;
    box-shadow:0 0 0 8px rgba(44,119,255,.18),0 13px 32px rgba(0,0,0,.17);
    font-size:13px;
    font-weight:850;
    text-decoration:none!important;
    transition:.18s ease;
}
.profix-about-cta-button:hover{transform:translateY(-2px);box-shadow:0 0 0 9px rgba(44,119,255,.20),0 17px 36px rgba(0,0,0,.20);}

@media (max-width:1399px){
    .profix-about-story-grid{gap:42px;}
    .profix-about-story-visuals{grid-template-columns:minmax(0,1fr) 245px;}
    .profix-about-team-layout{grid-template-columns:320px minmax(0,1fr);gap:38px;}
    .profix-about-team-photo{height:235px;}
}
@media (max-width:1199px){
    .profix-about-page .container{width:calc(100% - 32px);}
    .profix-about-hero,.profix-about-hero-inner{min-height:440px;}
    .profix-about-hero-copy{width:55%;padding-left:28px;}
    .profix-about-trusted{left:auto;right:32%;bottom:32px;width:230px;height:98px;}
    .profix-about-story-grid{grid-template-columns:1fr;}
    .profix-about-story-copy{padding:0;max-width:820px;}
    .profix-about-solutions-grid{grid-template-columns:repeat(3,1fr);}
    .profix-about-team-layout{grid-template-columns:280px minmax(0,1fr);}
    .profix-about-team-card{flex-basis:calc((100% - 18px)/2);}
    .profix-about-partner-grid{gap:38px;}
}
@media (max-width:991px){
    .profix-about-hero{background-position:62% center;}
    .profix-about-hero-copy{width:62%;}
    .profix-about-trusted{right:22px;bottom:28px;width:220px;height:94px;}
    .profix-about-story-visuals{grid-template-columns:1fr;}
    .profix-about-mission-panel{grid-template-columns:1fr 1fr;grid-template-rows:auto;}
    .profix-about-mission-item+ .profix-about-mission-item{border-top:0;border-left:1px solid #e7eef7;}
    .profix-about-stats-strip{grid-template-columns:1fr 1fr;}
    .profix-about-stat:nth-child(2):after{display:none;}
    .profix-about-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.20);}
    .profix-about-solutions-grid{grid-template-columns:repeat(2,1fr);}
    .profix-about-team-layout{grid-template-columns:1fr;}
    .profix-about-team-intro{padding:0;max-width:650px;}
    .profix-about-team-card{flex-basis:calc((100% - 18px)/2);}
    .profix-about-partner-grid{grid-template-columns:1fr;}
    .profix-about-partner-copy{padding-right:0;}
}
@media (max-width:767px){
    .profix-about-page .container{width:calc(100% - 24px);}
    .profix-about-hero{min-height:640px;background-position:72% center;}
    .profix-about-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,34,75,.96) 0%,rgba(2,34,75,.86) 50%,rgba(2,34,75,.34) 100%);z-index:-1;}
    .profix-about-hero-inner{min-height:640px;align-items:flex-start;}
    .profix-about-hero-copy{width:100%;padding:42px 18px 210px;}
    .profix-about-hero-copy h1{font-size:48px;}
    .profix-about-hero-copy h2{font-size:20px;}
    .profix-about-hero-copy>p{font-size:14px;}
    .profix-about-trusted{left:18px;right:auto;bottom:34px;width:220px;height:94px;}
    .profix-about-story-section{padding-top:52px;}
    .profix-about-values-mini{grid-template-columns:1fr;}
    .profix-about-story-visuals{gap:14px;}
    .profix-about-meeting-card,.profix-about-meeting-card>img{min-height:330px;}
    .profix-about-quote-card{width:calc(100% - 36px);}
    .profix-about-mission-panel{grid-template-columns:1fr;}
    .profix-about-mission-item+ .profix-about-mission-item{border-left:0;border-top:1px solid #e7eef7;}
    .profix-about-stats-strip{grid-template-columns:1fr;}
    .profix-about-stat{justify-content:flex-start;padding-left:32px;}
    .profix-about-stat:after{display:none!important;}
    .profix-about-stat:not(:last-child){border-bottom:1px solid rgba(255,255,255,.20);}
    .profix-about-solutions-grid{grid-template-columns:1fr;}
    .profix-about-solution-card{min-height:215px;}
    .profix-about-team-card{flex-basis:82%;}
    .profix-about-team-photo{height:260px;}
    .profix-about-check-grid{grid-template-columns:1fr;}
    .profix-about-cta-strip{align-items:flex-start;flex-direction:column;padding:28px 24px;}
    .profix-about-cta-button{min-width:170px;}
}
@media (max-width:480px){
    .profix-about-hero-actions{flex-direction:column;}
    .profix-about-hero-actions .profix-about-btn{width:100%;}
    .profix-about-trusted{width:205px;height:88px;}
    .profix-about-story-copy h2,.profix-about-section-heading h2,.profix-about-team-intro h2,.profix-about-partner-copy h2{font-size:32px;}
    .profix-about-team-card{flex-basis:90%;}
}

/* ========================================================================== 
   PROFIX Team Page - 2026
   Scoped to .profix-team-page so existing homepage/About styling is preserved.
   ========================================================================== */
.profix-team-page{
    --pft-navy:#08265e;
    --pft-blue:#1631BA;
    --pft-cyan:#37B1C0;
    --pft-green:#3DBD9B;
    --pft-text:#536783;
    --pft-line:#dce8f4;
    background:#fff;
    color:var(--pft-navy);
}
.profix-team-page .container{width:min(1680px,calc(100% - 64px));max-width:none;margin:0 auto;}

/* Hero */
.profix-team-hero{
    position:relative;
    min-height:480px;
    overflow:hidden;
    isolation:isolate;
    background:url('../updated_web_files/aboutus_people_meeting.png') center 46%/cover no-repeat;
}
.profix-team-hero:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(90deg,rgba(3,39,88,.96) 0%,rgba(3,46,96,.91) 36%,rgba(4,52,99,.54) 64%,rgba(4,52,99,.18) 100%);
}
.profix-team-hero:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.46;
    pointer-events:none;
    background:
        radial-gradient(circle at 18% 28%,rgba(55,177,192,.22),transparent 23%),
        linear-gradient(135deg,transparent 0 51%,rgba(255,255,255,.055) 51.2% 51.45%,transparent 51.7%);
}
.profix-team-hero-inner{min-height:480px;display:flex;align-items:center;position:relative;}
.profix-team-hero-copy{width:min(760px,58%);padding:48px 0 58px 28px;color:#fff;}
.profix-team-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:12px;font-weight:700;color:rgba(255,255,255,.76);}
.profix-team-breadcrumb a{color:#fff!important;text-decoration:none!important;}
.profix-team-breadcrumb i{font-size:8px;opacity:.6;}
.profix-team-hero-copy h1{margin:0;color:#fff;font-size:68px;line-height:.98;font-weight:900;letter-spacing:-.055em;}
.profix-team-hero-copy h1 span{background:linear-gradient(90deg,#55e0d0,#37B1C0);-webkit-background-clip:text;background-clip:text;color:transparent;}
.profix-team-hero-copy h2{margin:18px 0 14px;color:#fff;font-size:27px;font-weight:800;}
.profix-team-hero-copy p{max-width:720px;margin:0;color:rgba(255,255,255,.90);font-size:16px;line-height:1.7;}
.profix-team-hero-trusted{position:absolute;right:24px;bottom:34px;width:245px;filter:drop-shadow(0 17px 26px rgba(0,38,88,.22));}
.profix-team-hero-trusted img{display:block;width:100%;height:auto;border-radius:22px;}

/* Principle ribbon */
.profix-team-principles{padding:24px 0 12px;background:#fff;}
.profix-team-principles-ribbon{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    min-height:118px;
    overflow:hidden;
    border:1px solid #d9e8f5;
    border-radius:24px;
    background:linear-gradient(100deg,#f8fcff 0%,#f1f8fd 52%,#eef4ff 100%);
    box-shadow:0 14px 34px rgba(32,76,127,.07);
}
.profix-team-principle{position:relative;display:flex;align-items:center;gap:17px;padding:20px 30px;}
.profix-team-principle:not(:last-child):after{content:"";position:absolute;right:0;top:27%;width:1px;height:46%;background:#d5e3f1;}
.profix-team-principle>span{flex:0 0 66px;width:66px;height:66px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #cfe2f3;background:#fff;box-shadow:0 8px 19px rgba(22,79,132,.10);}
.profix-team-principle img{width:46px;height:46px;object-fit:contain;}
.profix-team-principle strong{display:block;color:var(--pft-navy);font-size:15px;font-weight:850;line-height:1.2;}
.profix-team-principle small{display:block;margin-top:5px;color:#778aa3;font-size:11px;line-height:1.35;}

/* Directory */
.profix-team-directory-section{padding:58px 0 72px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);}
.profix-team-directory-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px;}
.profix-team-heading-copy{max-width:860px;}
.profix-team-eyebrow{display:block;margin-bottom:9px;color:#159ead;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;}
.profix-team-heading-copy h2{margin:0;color:var(--pft-navy);font-size:42px;line-height:1.05;font-weight:900;letter-spacing:-.035em;}
.profix-team-heading-copy p{max-width:830px;margin:14px 0 0;color:#72849e;font-size:13px;line-height:1.6;}
.profix-team-tools{display:flex;align-items:center;gap:12px;flex:0 0 auto;}
.profix-team-search{width:310px;height:50px;display:flex;align-items:center;gap:11px;padding:0 17px;border:1px solid #d7e5f2;border-radius:999px;background:#fff;box-shadow:0 8px 18px rgba(18,66,119,.05);}
.profix-team-search i{color:#163f7e;font-size:14px;}
.profix-team-search input{width:100%;height:100%;padding:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#24476b;font-size:12px;}
.profix-team-search input::placeholder{color:#91a0b4;}
.profix-team-role-filter{position:relative;min-width:180px;height:50px;display:flex;align-items:center;border:1px solid #d7e5f2;border-radius:999px;background:#fff;box-shadow:0 8px 18px rgba(18,66,119,.05);}
.profix-team-role-filter select{width:100%;height:100%;appearance:none;padding:0 42px 0 18px;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#173c6f;font-size:12px;font-weight:760;cursor:pointer;}
.profix-team-role-filter i{position:absolute;right:17px;pointer-events:none;color:#6d829f;font-size:9px;}

.profix-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.profix-team-card{
    overflow:hidden;
    border:1px solid #dce8f4;
    border-radius:20px;
    background:#fff;
    box-shadow:0 13px 31px rgba(24,68,117,.08);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.profix-team-card:hover{transform:translateY(-5px);border-color:#c8deef;box-shadow:0 21px 44px rgba(24,68,117,.13);}
.profix-team-card[hidden]{display:none!important;}
.profix-team-card-photo{height:285px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#eef6fb,#e5f1f9 64%,#edf5fb);}
.profix-team-card-photo img{width:100%;height:100%;display:block;object-fit:contain;object-position:center bottom;transition:transform .25s ease;}
.profix-team-card:hover .profix-team-card-photo img{transform:scale(1.025);}
.profix-team-card-content{min-height:192px;padding:20px 20px 19px;display:flex;flex-direction:column;}
.profix-team-card-content h3{margin:0;color:var(--pft-navy);font-size:17px;font-weight:900;line-height:1.2;}
.profix-team-card-role{display:block;margin-top:4px;color:#55708f;font-size:12px;font-weight:700;}
.profix-team-card-content p{margin:12px 0 14px;color:#75869e;font-size:11.5px;line-height:1.55;}
.profix-team-card-socials{display:flex;gap:8px;margin-top:auto;}
.profix-team-card-socials a{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef7ff;color:#166fda;text-decoration:none!important;font-size:11px;transition:.17s ease;}
.profix-team-card-socials a:hover{color:#fff;background:linear-gradient(135deg,var(--pft-cyan),var(--pft-blue));transform:translateY(-1px);}
.profix-team-no-results{margin-top:22px;padding:34px;border:1px dashed #d7e5f2;border-radius:18px;background:#f8fbff;color:#75869e;text-align:center;font-size:13px;}

/* Join / career strip */
.profix-team-journey-section{padding:0 0 30px;background:#fff;}
.profix-team-journey-strip{position:relative;min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;padding:28px 38px;border-radius:20px;color:#fff;background:#063566 url('../updated_web_files/aboutus_strip.png') center/cover no-repeat;box-shadow:0 17px 38px rgba(5,47,105,.16);}
.profix-team-journey-strip:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(1,37,79,.42),rgba(1,37,79,.06) 62%,rgba(1,37,79,.20));}
.profix-team-journey-strip>div,.profix-team-journey-btn{position:relative;z-index:1;}
.profix-team-journey-strip .profix-team-eyebrow{margin-bottom:6px;color:#62e4d7;}
.profix-team-journey-strip h2{margin:0 0 7px;color:#fff;font-size:26px;font-weight:900;letter-spacing:-.025em;}
.profix-team-journey-strip p{margin:0;color:rgba(255,255,255,.82);font-size:12px;}
.profix-team-journey-btn{min-width:190px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 26px;border-radius:999px;color:#0b2f67!important;background:#fff;text-decoration:none!important;font-size:12px;font-weight:850;box-shadow:0 0 0 7px rgba(44,119,255,.17),0 12px 28px rgba(0,0,0,.16);transition:.18s ease;}
.profix-team-journey-btn:hover{transform:translateY(-2px);box-shadow:0 0 0 8px rgba(44,119,255,.20),0 16px 33px rgba(0,0,0,.19);}

@media (max-width:1399px){
    .profix-team-card-photo{height:250px;}
    .profix-team-principle{padding-left:22px;padding-right:22px;}
}
@media (max-width:1199px){
    .profix-team-page .container{width:calc(100% - 32px);}
    .profix-team-hero-copy{width:65%;}
    .profix-team-hero-trusted{width:215px;}
    .profix-team-principles-ribbon{grid-template-columns:1fr 1fr;}
    .profix-team-principle:nth-child(2):after{display:none;}
    .profix-team-principle:nth-child(-n+2){border-bottom:1px solid #d5e3f1;}
    .profix-team-directory-head{align-items:flex-start;flex-direction:column;}
    .profix-team-tools{width:100%;}
    .profix-team-search{flex:1;width:auto;}
    .profix-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:991px){
    .profix-team-hero{background-position:62% center;}
    .profix-team-hero-copy{width:72%;}
    .profix-team-hero-trusted{right:18px;bottom:24px;width:190px;}
    .profix-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
    .profix-team-page .container{width:calc(100% - 24px);}
    .profix-team-hero{min-height:620px;background-position:57% center;}
    .profix-team-hero:before{background:linear-gradient(180deg,rgba(3,39,88,.97) 0%,rgba(3,44,92,.90) 62%,rgba(3,44,92,.50) 100%);}
    .profix-team-hero-inner{min-height:620px;align-items:flex-start;}
    .profix-team-hero-copy{width:100%;padding:44px 12px 190px;}
    .profix-team-hero-copy h1{font-size:50px;}
    .profix-team-hero-copy h2{font-size:22px;}
    .profix-team-hero-copy p{font-size:14px;}
    .profix-team-hero-trusted{left:12px;right:auto;bottom:28px;width:195px;}
    .profix-team-principles-ribbon{grid-template-columns:1fr;}
    .profix-team-principle{padding:18px 22px;}
    .profix-team-principle:not(:last-child){border-bottom:1px solid #d5e3f1;}
    .profix-team-principle:after{display:none!important;}
    .profix-team-heading-copy h2{font-size:34px;}
    .profix-team-tools{flex-direction:column;align-items:stretch;}
    .profix-team-search,.profix-team-role-filter{width:100%;}
    .profix-team-grid{grid-template-columns:1fr;}
    .profix-team-card-photo{height:330px;}
    .profix-team-journey-strip{align-items:flex-start;flex-direction:column;padding:27px 24px;}
}
@media (max-width:480px){
    .profix-team-hero-copy h1{font-size:44px;}
    .profix-team-card-photo{height:285px;}
    .profix-team-journey-strip h2{font-size:23px;}
}

/* =========================
   Contact Us page - 2026
   ========================= */
.profix-contact-page{
    --pfc-navy:#071f52;
    --pfc-blue:#1631BA;
    --pfc-cyan:#37B1C0;
    --pfc-green:#3DBD9B;
    overflow:hidden;
    background:#fff;
    color:var(--pfc-navy);
}
.profix-contact-page .container{
    width:calc(100% - 32px);
    max-width:1980px;
    padding-left:0;
    padding-right:0;
}
.profix-contact-eyebrow{
    display:block;
    margin-bottom:8px;
    color:#119daf;
    font-size:11px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.09em;
}
.profix-contact-eyebrow.is-light{color:#53e4d4;}
.profix-contact-btn{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:0 25px;
    border:1px solid transparent;
    border-radius:999px;
    font-size:12px;
    font-weight:850;
    text-decoration:none!important;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.profix-contact-btn:hover{transform:translateY(-2px);}
.profix-contact-btn-primary{
    color:#fff!important;
    background:linear-gradient(90deg,var(--pfc-green),var(--pfc-cyan),#1471e4);
    box-shadow:0 12px 26px rgba(22,111,219,.20);
}
.profix-contact-btn-primary:hover{box-shadow:0 16px 34px rgba(22,111,219,.27);}
.profix-contact-btn-outline{
    border-color:rgba(255,255,255,.60);
    color:#fff!important;
    background:rgba(255,255,255,.045);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.profix-contact-btn-outline:hover{background:rgba(255,255,255,.11);}

/* Hero */
.profix-contact-hero{
    position:relative;
    min-height:520px;
    overflow:hidden;
    background:#073e72 url('../updated_web_files/contactus_banner.png') center/cover no-repeat;
}
.profix-contact-hero:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(0,45,93,.92) 0%,rgba(0,55,104,.78) 34%,rgba(0,58,112,.26) 57%,rgba(0,33,72,.05) 100%);
}
.profix-contact-hero:after{
    content:"";
    position:absolute;
    left:-5%;
    bottom:-80px;
    width:57%;
    height:250px;
    opacity:.56;
    pointer-events:none;
    background:
        repeating-radial-gradient(ellipse at 43% 120%,transparent 0 20px,rgba(73,213,231,.30) 21px 22px,transparent 23px 35px),
        linear-gradient(180deg,transparent,rgba(6,109,190,.12));
    transform:rotate(-2deg);
}
.profix-contact-hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center;}
.profix-contact-hero-copy{width:min(760px,52%);padding:42px 0 54px 28px;color:#fff;}
.profix-contact-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:rgba(255,255,255,.76);font-size:12px;font-weight:750;}
.profix-contact-breadcrumb a{color:#fff!important;text-decoration:none!important;}
.profix-contact-breadcrumb i{font-size:8px;opacity:.58;}
.profix-contact-hero-copy h1{margin:0;color:#fff;font-size:64px;line-height:.98;font-weight:900;letter-spacing:-.052em;}
.profix-contact-hero-copy h1 span{background:linear-gradient(90deg,#61e6d2,#42bdd2);-webkit-background-clip:text;background-clip:text;color:transparent;}
.profix-contact-hero-copy h2{margin:17px 0 13px;color:#fff;font-size:25px;line-height:1.18;font-weight:850;letter-spacing:-.02em;}
.profix-contact-hero-copy p{max-width:720px;margin:0;color:rgba(255,255,255,.91);font-size:15px;line-height:1.67;}
.profix-contact-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:25px;}
.profix-contact-real-support{
    position:absolute;
    right:27%;
    bottom:30px;
    min-width:255px;
    min-height:105px;
    display:flex;
    align-items:center;
    gap:14px;
    padding:15px 19px;
    border:1px solid rgba(255,255,255,.72);
    border-radius:20px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 38px rgba(0,41,89,.20);
    backdrop-filter:blur(12px);
}
.profix-contact-real-support-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;flex:0 0 62px;border-radius:50%;background:#eaf8ff;}
.profix-contact-real-support-icon img{width:51px;height:51px;object-fit:contain;}
.profix-contact-real-support small,.profix-contact-real-support strong,.profix-contact-real-support em{display:block;font-style:normal;line-height:1.2;}
.profix-contact-real-support small{font-size:11px;color:#516884;font-weight:800;}
.profix-contact-real-support strong{margin-top:2px;color:var(--pfc-navy);font-size:17px;font-weight:900;}
.profix-contact-real-support em{margin-top:4px;color:#71829a;font-size:10px;}

/* Main contact cards */
.profix-contact-main{padding:26px 0 24px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);}
.profix-contact-main-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:24px;align-items:stretch;}
.profix-contact-form-card,.profix-contact-info-card{
    border:1px solid #dce8f4;
    border-radius:22px;
    background:#fff;
    box-shadow:0 13px 36px rgba(20,63,111,.08);
}
.profix-contact-form-card{padding:32px 34px 30px;}
.profix-contact-info-card{padding:32px 30px 28px;}
.profix-contact-form-card h2,.profix-contact-info-card h2,.profix-contact-help-copy h2,.profix-contact-location-copy h2{
    margin:0;
    color:var(--pfc-navy);
    font-size:36px;
    line-height:1.06;
    font-weight:900;
    letter-spacing:-.035em;
}
.profix-contact-lead{margin:10px 0 0;color:#71829a;font-size:13px;line-height:1.57;}
.profix-contact-alert{display:flex;align-items:flex-start;gap:10px;margin:20px 0 0;padding:13px 15px;border-radius:12px;font-size:12px;line-height:1.45;}
.profix-contact-alert.is-success{border:1px solid #b8eadf;background:#effbf7;color:#176c59;}
.profix-contact-alert.is-error{border:1px solid #ffd0d0;background:#fff5f5;color:#9b2d2d;}
.profix-contact-alert div span{display:block;}
.profix-contact-form{margin-top:25px;}
.profix-contact-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
.profix-contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:17px;}
.profix-contact-form label{display:block;margin:0;}
.profix-contact-form label>span:first-child{display:block;margin-bottom:8px;color:#1a3b68;font-size:11px;font-weight:850;}
.profix-contact-form label b{color:#e75252;}
.profix-contact-form input,.profix-contact-form select,.profix-contact-form textarea{
    width:100%;
    border:1px solid #d5e2f0!important;
    border-radius:10px!important;
    outline:0!important;
    background:#fff!important;
    color:#24415f!important;
    box-shadow:none!important;
    font-family:inherit;
    font-size:12px;
    transition:border-color .16s ease,box-shadow .16s ease;
}
.profix-contact-form input,.profix-contact-form select{height:48px;padding:0 14px;}
.profix-contact-form textarea{min-height:175px;padding:14px;resize:vertical;line-height:1.6;}
.profix-contact-form input:focus,.profix-contact-form select:focus,.profix-contact-form textarea:focus{border-color:#67bfd5!important;box-shadow:0 0 0 3px rgba(55,177,192,.10)!important;}
.profix-contact-form input::placeholder,.profix-contact-form textarea::placeholder{color:#a0aec0;}
.profix-contact-full-field{position:relative;margin-bottom:17px!important;}
.profix-contact-select-wrap{position:relative;display:block;margin:0!important;}
.profix-contact-select-wrap select{appearance:none;padding-right:42px;cursor:pointer;}
.profix-contact-select-wrap i{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:9px;color:#7086a5;pointer-events:none;}
.profix-contact-counter{position:absolute;right:7px;bottom:8px;color:#778ba7;font-size:10px;}
.profix-contact-submit-row{display:flex;align-items:center;gap:23px;margin-top:18px;}
.profix-contact-submit-row button{
    min-width:220px;
    min-height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    border:0;
    border-radius:999px;
    color:#fff;
    background:linear-gradient(90deg,var(--pfc-green),var(--pfc-cyan),#146fe0);
    box-shadow:0 12px 28px rgba(26,102,210,.22);
    font-size:12px;
    font-weight:850;
    cursor:pointer;
    transition:.18s ease;
}
.profix-contact-submit-row button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(26,102,210,.28);}
.profix-contact-privacy{display:flex;align-items:center;gap:9px;max-width:300px;color:#8392a8;font-size:10px;line-height:1.4;}
.profix-contact-privacy i{color:#173b78;font-size:15px;}

.profix-contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px;}
.profix-contact-info-box{min-height:224px;display:flex;flex-direction:column;align-items:flex-start;padding:21px 20px;border:1px solid #dae7f3;border-radius:17px;background:linear-gradient(160deg,#fff 0%,#fbfdff 100%);box-shadow:0 10px 24px rgba(22,65,111,.055);}
.profix-contact-info-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex:0 0 52px;border-radius:50%;color:#1682dc;background:linear-gradient(145deg,#dff8fb,#e8f1ff);font-size:21px;box-shadow:inset 0 0 0 1px rgba(47,153,212,.08);}
.profix-contact-info-icon.is-whatsapp{color:#fff;background:linear-gradient(145deg,#35d7aa,#17b987);}
.profix-contact-info-box h3,.profix-contact-hours h3{margin:13px 0 7px;color:var(--pfc-navy);font-size:16px;font-weight:900;}
.profix-contact-info-box p{margin:0;color:#78899f;font-size:11px;line-height:1.48;}
.profix-contact-info-box strong{display:block;margin-top:4px;color:#0967d8;font-size:13px;line-height:1.35;font-weight:850;word-break:break-word;}
.profix-contact-info-box small{display:block;margin-top:3px;color:#8796aa;font-size:10px;}
.profix-contact-info-box a{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:12px;color:#0e65db!important;font-size:11px;font-weight:850;text-decoration:none!important;}
.profix-contact-hours{display:grid;grid-template-columns:52px minmax(120px,.55fr) minmax(220px,1fr);gap:15px;align-items:center;margin-top:14px;padding:17px 19px;border:1px solid #dae7f3;border-radius:17px;background:#fff;box-shadow:0 10px 24px rgba(22,65,111,.05);}
.profix-contact-hours h3{margin:0 0 3px;}
.profix-contact-hours-copy p{margin:0;color:#8290a5;font-size:10px;}
.profix-contact-hours-list{display:flex;flex-direction:column;gap:6px;}
.profix-contact-hours-list span{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#6f8199;font-size:10px;}
.profix-contact-hours-list b{color:#526b8b;font-weight:700;}
.profix-contact-hours-list em{font-style:normal;white-space:nowrap;}

/* Location */
.profix-contact-location{padding:0 0 24px;background:#fff;}
.profix-contact-location-panel{
    position:relative;
    min-height:430px;
    overflow:hidden;
    border-radius:22px;
    background:#0b4c7b;
    box-shadow:0 17px 38px rgba(10,59,112,.12);
}
.profix-contact-location-image{position:absolute;inset:0;z-index:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center center;}
.profix-contact-location-panel:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,48,95,.97) 0%,rgba(0,59,113,.88) 31%,rgba(0,61,112,.46) 49%,rgba(0,38,80,.10) 70%,rgba(0,38,80,0) 100%);}
.profix-contact-location-panel:after{content:"";position:absolute;z-index:1;left:-4%;bottom:-44px;width:57%;height:180px;opacity:.52;pointer-events:none;background:repeating-radial-gradient(ellipse at 36% 120%,transparent 0 16px,rgba(56,215,226,.30) 17px 18px,transparent 19px 29px);}
.profix-contact-location-copy{position:relative;z-index:2;width:min(620px,48%);padding:48px 0 34px 42px;color:#fff;}
.profix-contact-location-copy h2{color:#fff;font-size:38px;}
.profix-contact-location-copy>p{max-width:555px;margin:12px 0 22px;color:rgba(255,255,255,.88);font-size:13px;line-height:1.65;}
.profix-contact-location-points{display:flex;align-items:flex-start;gap:27px;margin-top:29px;}
.profix-contact-location-points>span{display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:10px;min-width:130px;}
.profix-contact-location-points i{grid-row:1/3;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(84,226,211,.50);border-radius:50%;color:#48e3d2;font-size:15px;background:rgba(10,70,124,.38);}
.profix-contact-location-points b{align-self:end;color:#fff;font-size:11px;font-weight:850;}
.profix-contact-location-points small{align-self:start;color:rgba(255,255,255,.66);font-size:9px;}
.profix-contact-office-card{position:absolute;z-index:2;right:27px;top:50%;transform:translateY(-50%);width:275px;display:flex;align-items:flex-start;gap:12px;padding:18px;border:1px solid rgba(255,255,255,.78);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 16px 36px rgba(0,38,81,.18);backdrop-filter:blur(10px);}
.profix-contact-office-card .profix-contact-info-icon{width:46px;height:46px;flex-basis:46px;font-size:18px;}
.profix-contact-office-card strong{display:block;color:var(--pfc-navy);font-size:15px;font-weight:900;text-transform:uppercase;}
.profix-contact-office-card small{display:block;margin:2px 0 5px;color:#174371;font-size:10px;font-weight:800;}
.profix-contact-office-card p{margin:0;color:#6f829c;font-size:10px;line-height:1.45;}

/* Help center */
.profix-contact-help{padding:0 0 24px;background:#fff;}
.profix-contact-help-panel{
    position:relative;
    min-height:285px;
    display:flex;
    align-items:center;
    overflow:hidden;
    border:1px solid #dbe8f4;
    border-radius:22px;
    background:#eef7ff url('../updated_web_files/contactus_helpcenter.png') right center/58% auto no-repeat;
    box-shadow:0 13px 31px rgba(20,63,111,.08);
}
.profix-contact-help-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#f6fbff 0%,rgba(246,251,255,.97) 36%,rgba(246,251,255,.60) 55%,rgba(246,251,255,.05) 76%);}
.profix-contact-help-copy{position:relative;z-index:2;width:48%;padding:38px 0 38px 38px;}
.profix-contact-help-copy h2{font-size:34px;}
.profix-contact-help-copy p{max-width:520px;margin:11px 0 21px;color:#71839b;font-size:12px;line-height:1.6;}
.profix-contact-help-links{position:absolute;z-index:3;right:44px;top:50%;transform:translateY(-50%);width:230px;display:flex;flex-direction:column;gap:9px;padding:18px;border:1px solid rgba(218,231,243,.9);border-radius:16px;background:rgba(255,255,255,.93);box-shadow:0 15px 30px rgba(14,59,106,.13);backdrop-filter:blur(9px);}
.profix-contact-help-links a{display:flex;align-items:center;gap:10px;color:#173a6d!important;text-decoration:none!important;font-size:11px;font-weight:800;}
.profix-contact-help-links i{width:27px;height:27px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#21b7c9,#176fdc);font-size:10px;}

/* Bottom CTA */
.profix-contact-cta{padding:0 0 28px;background:#fff;}
.profix-contact-cta-strip{position:relative;min-height:124px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;padding:25px 36px;border-radius:18px;color:#fff;background:#063566 url('../updated_web_files/aboutus_strip.png') center/cover no-repeat;box-shadow:0 16px 35px rgba(5,47,105,.16);}
.profix-contact-cta-strip:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(1,37,79,.36),rgba(1,37,79,.03) 62%,rgba(1,37,79,.18));}
.profix-contact-cta-strip>div,.profix-contact-cta-strip>a{position:relative;z-index:1;}
.profix-contact-cta-strip h2{margin:0 0 6px;color:#fff;font-size:25px;font-weight:900;letter-spacing:-.025em;}
.profix-contact-cta-strip p{margin:0;color:rgba(255,255,255,.78);font-size:11px;}
.profix-contact-cta-strip>a{min-width:180px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 24px;border-radius:999px;color:#0b2f67!important;background:#fff;text-decoration:none!important;font-size:12px;font-weight:850;box-shadow:0 0 0 7px rgba(44,119,255,.16),0 12px 28px rgba(0,0,0,.15);transition:.18s ease;}
.profix-contact-cta-strip>a:hover{transform:translateY(-2px);box-shadow:0 0 0 8px rgba(44,119,255,.20),0 16px 33px rgba(0,0,0,.18);}

@media (max-width:1399px){
    .profix-contact-real-support{right:24%;}
    .profix-contact-location-copy{width:55%;}
}
@media (max-width:1199px){
    .profix-contact-page .container{width:calc(100% - 28px);}
    .profix-contact-hero-copy{width:62%;}
    .profix-contact-real-support{right:18px;bottom:22px;min-width:225px;}
    .profix-contact-main-grid{grid-template-columns:1fr;}
    .profix-contact-info-grid{grid-template-columns:repeat(4,1fr);}
    .profix-contact-info-box{min-height:215px;}
    .profix-contact-hours{grid-template-columns:52px 220px 1fr;}
    .profix-contact-location-copy{width:62%;}
    .profix-contact-help-copy{width:55%;}
}
@media (max-width:991px){
    .profix-contact-hero{background-position:63% center;}
    .profix-contact-hero-copy{width:67%;}
    .profix-contact-hero-copy h1{font-size:56px;}
    .profix-contact-real-support{width:210px;min-width:0;}
    .profix-contact-info-grid{grid-template-columns:1fr 1fr;}
    .profix-contact-location-copy{width:70%;}
    .profix-contact-office-card{right:18px;width:235px;}
    .profix-contact-help-panel{background-size:68% auto;}
    .profix-contact-help-links{right:25px;width:205px;}
}
@media (max-width:767px){
    .profix-contact-page .container{width:calc(100% - 24px);}
    .profix-contact-hero{min-height:650px;background-position:68% center;}
    .profix-contact-hero:before{background:linear-gradient(180deg,rgba(0,44,90,.97) 0%,rgba(0,49,94,.92) 62%,rgba(0,49,94,.54) 100%);}
    .profix-contact-hero-inner{min-height:650px;align-items:flex-start;}
    .profix-contact-hero-copy{width:100%;padding:42px 12px 190px;}
    .profix-contact-hero-copy h1{font-size:48px;}
    .profix-contact-hero-copy h2{font-size:21px;}
    .profix-contact-hero-copy p{font-size:13px;}
    .profix-contact-real-support{left:12px;right:auto;bottom:26px;width:220px;min-height:90px;padding:12px 14px;}
    .profix-contact-real-support-icon{width:52px;height:52px;flex-basis:52px;}
    .profix-contact-real-support-icon img{width:43px;height:43px;}
    .profix-contact-form-card,.profix-contact-info-card{padding:26px 22px;}
    .profix-contact-form-card h2,.profix-contact-info-card h2{font-size:31px;}
    .profix-contact-form-row{grid-template-columns:1fr;gap:17px;}
    .profix-contact-submit-row{align-items:flex-start;flex-direction:column;}
    .profix-contact-submit-row button{width:100%;}
    .profix-contact-info-grid{grid-template-columns:1fr;}
    .profix-contact-info-box{min-height:195px;}
    .profix-contact-hours{grid-template-columns:52px 1fr;}
    .profix-contact-hours-list{grid-column:1/-1;margin-top:4px;}
    .profix-contact-location-panel{min-height:610px;background-position:64% center;}
    .profix-contact-location-panel:before{background:linear-gradient(180deg,rgba(0,48,95,.97) 0%,rgba(0,55,105,.89) 64%,rgba(0,55,105,.46) 100%);}
    .profix-contact-location-copy{width:100%;padding:38px 25px 190px;}
    .profix-contact-location-points{gap:13px;flex-wrap:wrap;}
    .profix-contact-office-card{left:24px;right:auto;top:auto;bottom:23px;transform:none;width:calc(100% - 48px);}
    .profix-contact-help-panel{min-height:545px;align-items:flex-start;background-position:center bottom;background-size:auto 56%;}
    .profix-contact-help-panel:before{background:linear-gradient(180deg,#f6fbff 0%,rgba(246,251,255,.97) 46%,rgba(246,251,255,.34) 70%,rgba(246,251,255,.04) 100%);}
    .profix-contact-help-copy{width:100%;padding:32px 24px 0;}
    .profix-contact-help-links{left:24px;right:auto;top:auto;bottom:22px;transform:none;width:calc(100% - 48px);}
    .profix-contact-cta-strip{align-items:flex-start;flex-direction:column;padding:26px 24px;}
}
@media (max-width:480px){
    .profix-contact-hero-copy h1{font-size:43px;}
    .profix-contact-form-card h2,.profix-contact-info-card h2,.profix-contact-location-copy h2,.profix-contact-help-copy h2{font-size:29px;}
    .profix-contact-location-points>span{min-width:120px;}
}

/* Contact Us - final content side-spacing refinement
   Applies only below the hero and above the footer. */
.profix-contact-main > .container,
.profix-contact-location > .container,
.profix-contact-help > .container,
.profix-contact-cta > .container{
    width:calc(100% - 64px) !important;
    max-width:1880px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

@media (max-width:1199px){
    .profix-contact-main > .container,
    .profix-contact-location > .container,
    .profix-contact-help > .container,
    .profix-contact-cta > .container{
        width:calc(100% - 56px) !important;
    }
}

@media (max-width:767px){
    .profix-contact-main > .container,
    .profix-contact-location > .container,
    .profix-contact-help > .container,
    .profix-contact-cta > .container{
        width:calc(100% - 48px) !important;
    }
}

/* =========================================================
   Contact Us - permanent white side gutters below hero
   Requested desktop spacing: form through final CTA only.
   Hero/header/footer remain unchanged.
   ========================================================= */
.profix-contact-main,
.profix-contact-location,
.profix-contact-help,
.profix-contact-cta{
    background:#fff !important;
}

@media (min-width:1200px){
    .profix-contact-main > .container,
    .profix-contact-location > .container,
    .profix-contact-help > .container,
    .profix-contact-cta > .container{
        width:calc(100% - 240px) !important;
        max-width:1600px !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .profix-contact-main > .container,
    .profix-contact-location > .container,
    .profix-contact-help > .container,
    .profix-contact-cta > .container{
        width:calc(100% - 140px) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .profix-contact-main > .container,
    .profix-contact-location > .container,
    .profix-contact-help > .container,
    .profix-contact-cta > .container{
        width:calc(100% - 80px) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

@media (max-width:767px){
    .profix-contact-main > .container,
    .profix-contact-location > .container,
    .profix-contact-help > .container,
    .profix-contact-cta > .container{
        width:calc(100% - 32px) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

/* =========================================================
   PROFIX Services page - 2026 redesign
   Scoped to .profix-services-page only.
   ========================================================= */
.profix-services-page{--ps-navy:#09255f;--ps-blue:#176be7;--ps-cyan:#18c5bd;--ps-ink:#09245a;--ps-muted:#6d7f9a;--ps-line:#dbe8f5;--ps-soft:#f7fbff;background:#fff;color:var(--ps-ink);font-family:inherit;}
.profix-services-page *{box-sizing:border-box;}
.profix-services-page .container{max-width:none;}

/* Hero */
.profix-services-hero{position:relative;min-height:490px;overflow:hidden;background:#063b78 url('../updated_web_files/services_banner.png') center/cover no-repeat;color:#fff;}
.profix-services-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,45,91,.96) 0%,rgba(3,54,104,.90) 33%,rgba(5,74,124,.38) 58%,rgba(4,52,98,.04) 78%);}
.profix-services-hero:after{content:"";position:absolute;left:-10%;right:42%;bottom:-85px;height:250px;opacity:.26;background:repeating-radial-gradient(ellipse at 50% 130%,transparent 0 12px,rgba(36,190,231,.85) 13px 14px,transparent 15px 27px);transform:rotate(-2deg);pointer-events:none;}
.profix-services-hero-inner{position:relative;z-index:2;width:min(1600px,calc(100% - 120px));min-height:490px;margin:0 auto;display:flex;align-items:center;}
.profix-services-hero-copy{width:52%;padding:54px 0 50px;}
.profix-services-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:rgba(255,255,255,.86);font-size:13px;font-weight:700;}
.profix-services-breadcrumb a{color:#fff!important;text-decoration:none!important;}
.profix-services-hero-copy h1{margin:0 0 4px;color:#fff;font-size:58px;line-height:1.02;font-weight:900;letter-spacing:-.045em;}
.profix-services-hero-copy h1 span{color:#22cfca;}
.profix-services-hero-copy h2{margin:0 0 16px;color:#fff;font-size:26px;line-height:1.25;font-weight:850;}
.profix-services-hero-copy p{max-width:690px;margin:0;color:rgba(255,255,255,.92);font-size:16px;line-height:1.62;font-weight:500;}
.profix-services-hero-actions{display:flex;align-items:center;gap:18px;margin-top:28px;}
.profix-services-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 28px;border-radius:999px;text-decoration:none!important;font-size:13px;font-weight:850;transition:.18s ease;}
.profix-services-btn-primary{color:#fff!important;background:linear-gradient(100deg,#2dc5b4 0%,#10a9d8 48%,#1469e8 100%);box-shadow:0 10px 24px rgba(0,100,205,.22);}
.profix-services-btn-outline{color:#fff!important;border:1px solid rgba(255,255,255,.92);background:rgba(255,255,255,.04);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
.profix-services-btn:hover{transform:translateY(-2px);}
.profix-services-hero-badge{position:absolute;left:49%;bottom:26px;min-width:300px;min-height:106px;display:flex;align-items:center;gap:16px;padding:14px 22px;border:1px solid rgba(255,255,255,.68);border-radius:18px;background:rgba(255,255,255,.95);box-shadow:0 14px 35px rgba(6,37,84,.20);backdrop-filter:blur(8px);}
.profix-services-hero-badge-icon{width:64px;height:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf8ff;}
.profix-services-hero-badge-icon img{width:52px;height:52px;object-fit:contain;}
.profix-services-hero-badge span:last-child{display:flex;flex-direction:column;line-height:1.13;}
.profix-services-hero-badge small{color:#67809d;font-size:11px;font-weight:800;}
.profix-services-hero-badge strong{color:#0b2d68;font-size:17px;font-weight:900;}
.profix-services-hero-badge em{margin-top:4px;color:#7a8ca4;font-size:10px;font-style:normal;font-weight:700;}

/* Permanent white gutters below hero and above footer - same desktop spacing as Contact page */
.profix-services-body{background:#fff;}
.profix-services-body > section{background:#fff;}
.profix-services-body > section > .container{width:calc(100% - 240px);max-width:1600px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;}

/* Shared heading */
.profix-services-section-head>span{display:block;margin-bottom:5px;color:#0caab6;font-size:12px;line-height:1;font-weight:900;letter-spacing:.10em;}
.profix-services-section-head h2{margin:0;color:#09245a;font-size:38px;line-height:1.08;font-weight:900;letter-spacing:-.035em;}
.profix-services-section-head p{max-width:760px;margin:9px 0 0;color:#71819a;font-size:13px;line-height:1.55;}

/* Core services */
.profix-services-core{padding:46px 0 36px;}
.profix-services-page .profix-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px;}
.profix-services-page .profix-service-card{min-height:260px;display:grid;grid-template-columns:minmax(0,1fr) 41%;overflow:hidden;border:1px solid #d8e6f3;border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(34,76,122,.07);}
.profix-services-page .profix-service-copy{display:flex;flex-direction:column;align-items:flex-start;padding:18px 14px 16px 20px;}
.profix-services-page .profix-service-icon{width:72px;height:72px;flex:0 0 72px;display:flex;align-items:center;justify-content:center;margin-bottom:11px;border:1px solid #d8e9f8;border-radius:50%;background:#ecf8ff;box-shadow:0 8px 17px rgba(16,104,191,.08);}
.profix-services-page .profix-service-icon img{width:50px;height:50px;object-fit:contain;}
.profix-services-page .profix-service-copy h3{min-height:45px;margin:0;color:#0a2d67;font-size:17px;line-height:1.18;font-weight:900;letter-spacing:-.01em;}
.profix-services-page .profix-service-copy p{margin:8px 0 10px;color:#71819a;font-size:11px;line-height:1.45;}
.profix-services-page .profix-service-copy>a{margin-top:auto;display:inline-flex;align-items:center;gap:7px;color:#1264dc!important;text-decoration:none!important;font-size:11px;font-weight:900;}
.profix-services-page .profix-service-image{height:100%;min-height:258px;overflow:hidden;}
.profix-services-page .profix-service-image img{width:100%;height:100%;display:block;object-fit:cover;}

/* Process */
.profix-services-process{padding:34px 0 33px;border-top:1px solid #edf3f9;border-bottom:1px solid #edf3f9;}
.profix-services-process-layout{display:grid;grid-template-columns:29% 1fr;gap:44px;align-items:center;}
.profix-services-process-head h2{font-size:36px;}
.profix-process-steps{display:grid;grid-template-columns:1fr 38px 1fr 38px 1fr 38px 1fr;align-items:start;gap:6px;}
.profix-process-step{text-align:center;}
.profix-process-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin:0 auto 7px;border:1px dashed #70b8f5;border-radius:50%;background:#fff;box-shadow:0 8px 18px rgba(14,80,153,.06);}
.profix-process-icon img{width:50px;height:50px;object-fit:contain;}
.profix-process-step b{display:block;color:#0f79e9;font-size:13px;font-weight:900;}
.profix-process-step h3{margin:5px 0 6px;color:#102f68;font-size:15px;font-weight:900;}
.profix-process-step p{max-width:145px;margin:0 auto;color:#70819a;font-size:10px;line-height:1.4;}
.profix-process-arrow{display:flex;align-items:center;justify-content:center;height:74px;color:#1267de;font-size:19px;}

/* Trust */
.profix-services-trust{padding:30px 0;}
.profix-services-trust-layout{display:grid;grid-template-columns:36% 1fr;gap:36px;align-items:center;}
.profix-services-trust-head h2{font-size:34px;}
.profix-services-trust-points{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.profix-services-trust-points>div{min-height:72px;display:flex;align-items:center;gap:11px;padding:8px 10px;border-left:1px solid #e3edf6;}
.profix-services-trust-points>div:first-child{border-left:0;}
.profix-services-trust-points span{width:50px;height:50px;flex:0 0 50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#edf8ff;border:1px solid #d8eaf8;}
.profix-services-trust-points img{width:38px;height:38px;object-fit:contain;}
.profix-services-trust-points strong{color:#153567;font-size:11px;line-height:1.25;font-weight:850;}

/* CTA strip */
.profix-services-cta{padding:0 0 27px;}
.profix-services-cta-strip{position:relative;min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:32px;overflow:hidden;padding:26px 38px;border-radius:16px;color:#fff;background:#063566 url('../updated_web_files/aboutus_strip.png') center/cover no-repeat;box-shadow:0 16px 34px rgba(4,49,100,.15);}
.profix-services-cta-strip:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,42,86,.32),rgba(2,42,86,.03) 62%,rgba(2,42,86,.20));pointer-events:none;}
.profix-services-cta-strip>div,.profix-services-cta-strip>a{position:relative;z-index:1;}
.profix-services-cta-strip h2{margin:0 0 5px;color:#fff;font-size:26px;font-weight:900;letter-spacing:-.025em;}
.profix-services-cta-strip p{margin:0;color:rgba(255,255,255,.82);font-size:11px;}
.profix-services-cta-strip>a{min-width:180px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:999px;color:#0a306b!important;background:#fff;text-decoration:none!important;font-size:12px;font-weight:900;box-shadow:0 0 0 7px rgba(61,126,248,.14),0 12px 28px rgba(0,0,0,.15);}

/* FAQ */
.profix-services-faq{padding:0 0 42px;}
.profix-services-faq-top{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:16px;}
.profix-services-faq-head h2{font-size:31px;}
.profix-services-faq-button{min-height:42px;padding:0 20px;font-size:11px;}
.profix-services-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;}
.profix-services-faq-grid details{overflow:hidden;border:1px solid #d7e5f2;border-radius:8px;background:#fff;box-shadow:0 5px 14px rgba(22,68,117,.04);}
.profix-services-faq-grid summary{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 16px;cursor:pointer;list-style:none;color:#16376a;font-size:11px;font-weight:850;}
.profix-services-faq-grid summary::-webkit-details-marker{display:none;}
.profix-services-faq-grid summary i{color:#0f5fc5;font-size:10px;transition:transform .18s ease;}
.profix-services-faq-grid details[open] summary i{transform:rotate(45deg);}
.profix-services-faq-grid details p{margin:0;padding:0 16px 14px;color:#70819a;font-size:10px;line-height:1.5;}

@media (max-width:1399px){
    .profix-services-hero-inner{width:calc(100% - 80px);}
    .profix-services-body > section > .container{width:calc(100% - 160px);}
    .profix-services-page .profix-service-card{grid-template-columns:minmax(0,1fr) 38%;}
}
@media (max-width:1199px){
    .profix-services-hero-inner{width:calc(100% - 56px);}
    .profix-services-hero-copy{width:58%;}
    .profix-services-body > section > .container{width:calc(100% - 140px);max-width:none;}
    .profix-services-page .profix-services-grid{grid-template-columns:1fr 1fr;}
    .profix-services-process-layout,.profix-services-trust-layout{grid-template-columns:1fr;}
    .profix-services-process-head,.profix-services-trust-head{max-width:720px;}
    .profix-services-trust-points{max-width:900px;}
}
@media (max-width:991px){
    .profix-services-hero{min-height:520px;background-position:63% center;}
    .profix-services-hero-overlay{background:linear-gradient(90deg,rgba(2,45,91,.97),rgba(3,54,104,.86) 58%,rgba(3,54,104,.30));}
    .profix-services-hero-inner{min-height:520px;}
    .profix-services-hero-copy{width:68%;}
    .profix-services-hero-copy h1{font-size:50px;}
    .profix-services-hero-copy h2{font-size:23px;}
    .profix-services-hero-badge{right:26px;left:auto;bottom:20px;min-width:250px;}
    .profix-services-body > section > .container{width:calc(100% - 80px);}
    .profix-services-trust-points{grid-template-columns:1fr 1fr;}
    .profix-process-steps{grid-template-columns:1fr 24px 1fr;row-gap:18px;}
    .profix-process-steps .profix-process-arrow:nth-of-type(2){display:none;}
    .profix-process-step:nth-of-type(3),.profix-process-step:nth-of-type(4){grid-row:2;}
}
@media (max-width:767px){
    .profix-services-hero{min-height:650px;background-position:70% center;}
    .profix-services-hero-overlay{background:linear-gradient(180deg,rgba(2,45,91,.98) 0%,rgba(3,54,104,.91) 58%,rgba(3,54,104,.52) 100%);}
    .profix-services-hero-inner{width:calc(100% - 28px);min-height:650px;align-items:flex-start;}
    .profix-services-hero-copy{width:100%;padding:44px 6px 210px;}
    .profix-services-hero-copy h1{font-size:44px;}
    .profix-services-hero-copy h2{font-size:21px;}
    .profix-services-hero-copy p{font-size:13px;}
    .profix-services-hero-actions{align-items:flex-start;flex-direction:column;gap:11px;}
    .profix-services-hero-badge{left:6px;right:auto;bottom:26px;min-width:250px;}
    .profix-services-body > section > .container{width:calc(100% - 32px);}
    .profix-services-core{padding-top:35px;}
    .profix-services-section-head h2{font-size:31px;}
    .profix-services-page .profix-services-grid{grid-template-columns:1fr;}
    .profix-services-page .profix-service-card{min-height:235px;grid-template-columns:minmax(0,1fr) 40%;}
    .profix-services-page .profix-service-image{min-height:235px;}
    .profix-process-steps{grid-template-columns:1fr 1fr;gap:18px;}
    .profix-process-arrow{display:none;}
    .profix-process-step:nth-of-type(3),.profix-process-step:nth-of-type(4){grid-row:auto;}
    .profix-services-trust-points{grid-template-columns:1fr 1fr;}
    .profix-services-cta-strip{align-items:flex-start;flex-direction:column;padding:26px 24px;}
    .profix-services-faq-top{align-items:flex-start;flex-direction:column;}
    .profix-services-faq-grid{grid-template-columns:1fr;}
}
@media (max-width:480px){
    .profix-services-hero-copy h1{font-size:40px;}
    .profix-services-page .profix-service-card{grid-template-columns:1fr;}
    .profix-services-page .profix-service-image{height:185px;min-height:185px;grid-row:1;}
    .profix-services-page .profix-service-copy{grid-row:2;}
    .profix-services-trust-points{grid-template-columns:1fr;}
    .profix-services-trust-points>div{border-left:0;border-top:1px solid #e3edf6;}
    .profix-services-trust-points>div:first-child{border-top:0;}
}

/* =========================================================
   Home + About Us - permanent white side gutters below hero
   Matches Contact Us / Services main-content spacing only.
   Hero/header/footer remain unchanged.
   ========================================================= */
@media (min-width:1200px){
    .profix-homepage > section:not(.profix-hero-section) > .container,
    .profix-about-page > section:not(.profix-about-hero) > .container{
        width:calc(100% - 240px) !important;
        max-width:1600px !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .profix-homepage > section:not(.profix-hero-section) > .container,
    .profix-about-page > section:not(.profix-about-hero) > .container{
        width:calc(100% - 140px) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .profix-homepage > section:not(.profix-hero-section) > .container,
    .profix-about-page > section:not(.profix-about-hero) > .container{
        width:calc(100% - 80px) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

@media (max-width:767px){
    .profix-homepage > section:not(.profix-hero-section) > .container,
    .profix-about-page > section:not(.profix-about-hero) > .container{
        width:calc(100% - 32px) !important;
        max-width:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}
