:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2b5638c */.lham-hero{
    --lham-ink:#050B1A;
    --lham-ink-soft:#0C1730;
    --lham-blue:#1E88E5;
    --lham-blue-deep:#0B4EA9;
    --lham-gold:#D4AF37;
    --lham-gold-light:#F3D36A;
    --lham-mist:#AEC1E8;
    position:relative;
    isolation:isolate;
    background:var(--lham-ink);
    padding:120px 20px 100px;
    overflow:hidden;
    width: 100%;
}
.lham-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255,255,255,.07) 1px, transparent 1.6px),
        radial-gradient(620px circle at 88% 6%, rgba(30,136,229,.30), transparent 60%),
        radial-gradient(520px circle at 6% 94%, rgba(212,175,55,.16), transparent 60%);
    background-size:26px 26px, auto, auto;
}
.lham-hero-inner{
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:60px;
    align-items:center;
}
.lham-eyebrow-light{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:.78rem;
    font-weight:600;
    color:var(--lham-gold-light);
    font-family:'Inter',sans-serif;
}
.lham-eyebrow-light::before{
    content:"";
    width:26px;
    height:2px;
    background:linear-gradient(90deg,var(--lham-blue),var(--lham-gold));
}
.lham-hero h1{
    font-family:'Space Grotesk',sans-serif;
    color:#fff;
    font-size:clamp(2.1rem,4vw,3.1rem);
    line-height:1.15;
    letter-spacing:-.01em;
    font-weight:700;
    margin:20px 0 22px;
}
.lham-hero-copy p{
    font-family:'Inter',sans-serif;
    color:var(--lham-mist);
    font-size:1.05rem;
    line-height:1.75;
    max-width:46ch;
    margin:0 0 34px;
}
.lham-hero-actions a.lham-btn-primary, .lham-hero-actions a.lham-btn-ghost {
    text-decoration: none;
}
.lham-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}
.lham-btn-primary,
.lham-btn-ghost{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    padding:14px 26px;
    border-radius:50px;
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:.95rem;
    transition:.3s ease;
}
.lham-btn-primary{
    color:#fff;
    background:linear-gradient(135deg,var(--lham-blue),var(--lham-blue-deep));
}
.lham-btn-primary:hover{
    background:linear-gradient(135deg,var(--lham-gold),var(--lham-gold-light));
    color:#05142B;
}
.lham-btn-ghost{
    color:#fff;
    background:transparent;
    border:1px solid rgba(255,255,255,.25);
}
.lham-btn-ghost:hover{
    border-color:var(--lham-gold);
    color:var(--lham-gold-light);
}
.lham-btn-primary:focus-visible,
.lham-btn-ghost:focus-visible{
    outline:2px solid var(--lham-gold);
    outline-offset:3px;
}
.lham-hub{
    position:relative;
    width:100%;
    max-width:460px;
    aspect-ratio:1/1;
    margin:0 auto;
    --lham-hub-r:clamp(110px,22vw,180px);
}
.lham-hub-ring-1,
.lham-hub-ring-2{
    position:absolute;
    border-radius:50%;
}
.lham-hub-ring-1{
    inset:0;
    border:1px dashed rgba(255,255,255,.18);
    animation:lham-hub-spin 90s linear infinite;
}
.lham-hub-ring-2{
    inset:16%;
    border:1px solid rgba(255,255,255,.08);
}
.lham-hub-line{
    position:absolute;
    top:50%;
    left:50%;
    width:var(--lham-hub-r);
    height:1px;
    background:linear-gradient(90deg, rgba(212,175,55,.55), rgba(212,175,55,0));
    transform-origin:0 50%;
}
.lham-hub-center{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:clamp(84px,18vw,108px);
    height:clamp(84px,18vw,108px);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--lham-blue),var(--lham-blue-deep));
    box-shadow:0 0 0 6px rgba(30,136,229,.14), 0 0 34px rgba(212,175,55,.32);
    z-index:2;
    animation:lham-hub-glow 4s ease-in-out infinite;
}
.lham-hub-center span{
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
    letter-spacing:.03em;
    color:#fff;
    font-size:clamp(.85rem,2.4vw,1.05rem);
}
.lham-hub-node{
    position:absolute;
    top:50%;
    left:50%;
    width:0;
    height:0;
    transform:rotate(var(--a)) translateX(var(--lham-hub-r)) rotate(calc(-1 * var(--a)));
    z-index:2;
}
.lham-hub-node-content{
    position:absolute;
    transform:translate(-50%,-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:7px;
}
.lham-hub-node-icon{
    width:clamp(44px,10vw,58px);
    height:clamp(44px,10vw,58px);
    border-radius:50%;
    background:var(--lham-ink-soft);
    border:1px solid rgba(255,255,255,.14);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
}
.lham-hub-node-icon i{
    font-size:clamp(16px,3.6vw,20px);
    color:var(--lham-gold-light);
}
.lham-hub-node span{
    font-size:.72rem;
    color:var(--lham-mist);
    font-weight:500;
    white-space:nowrap;
}
.lham-hub-node:hover .lham-hub-node-icon{
    transform:scale(1.08);
    border-color:var(--lham-gold);
    background:linear-gradient(135deg,var(--lham-blue),var(--lham-blue-deep));
}
@keyframes lham-hub-spin{ to{ transform:rotate(360deg); } }
@keyframes lham-hub-glow{
    0%,100%{ box-shadow:0 0 0 6px rgba(30,136,229,.14), 0 0 28px rgba(212,175,55,.26); }
    50%{ box-shadow:0 0 0 10px rgba(30,136,229,.18), 0 0 44px rgba(212,175,55,.4); }
}
@media (max-width:960px){
    .lham-hero-inner{ grid-template-columns:1fr; text-align:center; }
    .lham-hero-copy p{ margin-left:auto; margin-right:auto; }
    .lham-hero-actions{ justify-content:center; }
    .lham-hub{ margin-top:44px; }
}
@media (max-width:520px){
    .lham-hero{ padding:90px 16px 70px; }
    .lham-hub-node span{ display:none; }
    .lham-hub{ max-width:280px; }
}
@media (prefers-reduced-motion:reduce){
    .lham-hub-ring-1, .lham-hub-center{ animation:none; }
}
.lham-stats{
    --lham-blue-deep:#0B4EA9;
    --lham-gold:#D4AF37;
    --lham-body:#526079;
    --lham-border:rgba(30,136,229,.12);
    background:#fff;
    padding:50px 20px;
    border-bottom:1px solid var(--lham-border);
}
.lham-stats-grid{
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    text-align:center;
}
.lham-stat{
    padding:0 20px;
    border-left:1px solid var(--lham-border);
}
.lham-stat:first-child{ border-left:none; }
.lham-stat-num{
    display:block;
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
    font-size:clamp(1.6rem,3vw,2.2rem);
    background:linear-gradient(135deg,var(--lham-blue-deep),var(--lham-gold));
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    color:transparent;
}
.lham-stat-label{
    display:block;
    margin-top:8px;
    font-family:'Inter',sans-serif;
    font-size:.82rem;
    color:var(--lham-body);
}
@media (max-width:720px){
    .lham-stats-grid{ grid-template-columns:repeat(2,1fr); gap:28px 0; }
    .lham-stat{ border-left:none; border-top:1px solid var(--lham-border); padding:20px 12px 0; }
    .lham-stat:nth-child(-n+2){ border-top:none; padding-top:0; }
}
.lham-services{
    --lham-navy:#0A2D62;
    --lham-blue:#1E88E5;
    --lham-blue-deep:#0B4EA9;
    --lham-gold:#D4AF37;
    --lham-gold-light:#F3D36A;
    --lham-body:#526079;
    --lham-surface:#FFFFFF;
    --lham-border:rgba(30,136,229,.12);
    position:relative;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(30%,1fr));
    gap:28px;
    padding:64px 20px;
    font-family:'Inter',sans-serif;
    isolation:isolate;
}
.lham-services::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(30,136,229,.16) 1px, transparent 1.6px),
        radial-gradient(560px circle at 88% -8%, rgba(212,175,55,.14), transparent 60%),
        radial-gradient(480px circle at -8% 108%, rgba(30,136,229,.12), transparent 60%);
    background-size:26px 26px, auto, auto;
}
.lham-services-head{
    grid-column:1/-1;
    max-width:80%;
    margin:0 auto 30px;
    text-align:center;
}
.lham-services-head .lham-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:.78rem;
    font-weight:600;
    color:var(--lham-blue-deep);
}
.lham-services-head .lham-eyebrow::before{
    content:"";
    width:26px;
    height:2px;
    background:linear-gradient(90deg,var(--lham-blue),var(--lham-gold));
}
.lham-services-head h2{
    font-family:'Space Grotesk',sans-serif;
    color:var(--lham-navy);
    font-size:clamp(1.6rem,3vw,2.2rem);
    font-weight:700;
    letter-spacing:-.01em;
    margin:14px 0 16px;
}
.lham-services-head p{
    color:var(--lham-body);
    font-size:1rem;
    line-height:1.75;
}
.service-card{
    position:relative;
    background:var(--lham-surface);
    border-radius:20px;
    padding:38px 32px;
    border:1px solid var(--lham-border);
    box-shadow:0 4px 20px rgba(10,45,98,.06);
    transition:transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease, border-color .4s ease;
    overflow:hidden;
}
.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg, var(--lham-blue), var(--lham-gold), var(--lham-blue-deep));
    background-size:200% 100%;
    transition:background-position .6s ease;
}
.service-card:hover::before{
    background-position:100% 0;
}
.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 48px rgba(11,78,169,.16), 0 0 0 1px rgba(212,175,55,.22);
    border-color:transparent;
}
.service-card a.service-btn{
    text-decoration: none;
}
.service-icon{
    position:relative;
    width:76px;
    height:76px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:28px;
    background:linear-gradient(135deg, var(--lham-blue), var(--lham-blue-deep));
    z-index:1;
}
.service-icon::before{
    content:"";
    position:absolute;
    inset:-4px;
    border-radius:50%;
    z-index:-1;
    background:conic-gradient(from 0deg, var(--lham-blue), var(--lham-gold), var(--lham-blue-deep), var(--lham-blue));
    opacity:0;
    transition:opacity .4s ease;
    animation:lham-spin 5s linear infinite;
    animation-play-state:paused;
}
.service-card:hover .service-icon::before{
    opacity:1;
    animation-play-state:running;
}
@keyframes lham-spin{
    to{ transform:rotate(360deg); }
}
.service-icon i{
    font-size:32px;
    color:var(--lham-gold);
}
.service-card h3{
    font-family:'Space Grotesk', sans-serif;
    color:var(--lham-navy);
    font-size:1.4rem;
    letter-spacing:-.01em;
    margin:0 0 14px;
    font-weight:700;
}
.service-card p{
    color:var(--lham-body);
    font-size:.98rem;
    line-height:1.75;
    margin:0 0 26px;
}
.service-btn{
    display:inline-flex;
    align-items:center;
    gap:9px;
    text-decoration:none;
    padding:12px 24px;
    border-radius:50px;
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:.92rem;
    color:#fff;
    background:linear-gradient(135deg, var(--lham-blue), var(--lham-blue-deep));
    transition:background .35s ease, color .35s ease, transform .2s ease;
}
.service-btn:hover{
    background:linear-gradient(135deg, var(--lham-gold), var(--lham-gold-light));
    color:#05142B;
}
.service-btn:focus-visible{
    outline:2px solid var(--lham-gold);
    outline-offset:3px;
}
.service-btn i{
    transition:transform .3s ease;
    font-size:.85em;
}
.service-btn:hover i{
    transform:translateX(5px);
}
@media (max-width:480px){
    .lham-services{ padding:48px 16px; }
    .service-card{ padding:30px 24px; }
}
@media (prefers-reduced-motion:reduce){
    .service-card, .service-icon::before, .service-btn i{
        transition:none;
        animation:none;
    }
}


/*.lham-services{*/
/*    --lham-navy:#0A2D62;*/
/*    --lham-blue:#1E88E5;*/
/*    --lham-blue-deep:#0B4EA9;*/
/*    --lham-gold:#D4AF37;*/
/*    --lham-gold-light:#F3D36A;*/
/*    --lham-body:#526079;*/
/*    --lham-surface:#FFFFFF;*/
/*    --lham-border:rgba(30,136,229,.12);*/
/*    position:relative;*/
/*    display:grid;*/
/*    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));*/
/*    gap:28px;*/
/*    padding:64px 20px;*/
/*    font-family:'Inter',sans-serif;*/
/*    isolation:isolate;*/
/*}*/
/*.lham-services::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    inset:0;*/
/*    z-index:-1;*/
/*    background-image:*/
/*        radial-gradient(circle at 1px 1px, rgba(30,136,229,.16) 1px, transparent 1.6px),*/
/*        radial-gradient(560px circle at 88% -8%, rgba(212,175,55,.14), transparent 60%),*/
/*        radial-gradient(480px circle at -8% 108%, rgba(30,136,229,.12), transparent 60%);*/
/*    background-size:26px 26px, auto, auto;*/
/*}*/
/*.service-card{*/
/*    position:relative;*/
/*    background:var(--lham-surface);*/
/*    border-radius:20px;*/
/*    padding:38px 32px;*/
/*    border:1px solid rgba(30,136,229,.12);*/
/*    box-shadow:0 4px 20px rgba(10,45,98,.06);*/
/*    transition:transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease, border-color .4s ease;*/
/*    overflow:hidden;*/
/*}*/
/*.service-card::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:3px;*/
/*    background:linear-gradient(90deg, var(--lham-blue), var(--lham-gold), var(--lham-blue-deep));*/
/*    background-size:200% 100%;*/
/*    transition:background-position .6s ease;*/
/*}*/
/*.service-card:hover::before{*/
/*    background-position:100% 0;*/
/*}*/
/*.service-card:hover{*/
/*    transform:translateY(-8px);*/
/*    box-shadow:0 24px 48px rgba(11,78,169,.16), 0 0 0 1px rgba(212,175,55,.22);*/
/*    border-color:transparent;*/
/*}*/
/*.service-icon{*/
/*    position:relative;*/
/*    width:76px;*/
/*    height:76px;*/
/*    border-radius:50%;*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    margin-bottom:28px;*/
/*    background:linear-gradient(135deg, var(--lham-blue), var(--lham-blue-deep));*/
/*    z-index:1;*/
/*}*/
/*.service-icon::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    inset:-4px;*/
/*    border-radius:50%;*/
/*    z-index:-1;*/
/*    background:conic-gradient(from 0deg, var(--lham-blue), var(--lham-gold), var(--lham-blue-deep), var(--lham-blue));*/
/*    opacity:0;*/
/*    transition:opacity .4s ease;*/
/*    animation:lham-spin 5s linear infinite;*/
/*    animation-play-state:paused;*/
/*}*/
/*.service-card:hover .service-icon::before{*/
/*    opacity:1;*/
/*    animation-play-state:running;*/
/*}*/
/*@keyframes lham-spin{*/
/*    to{ transform:rotate(360deg); }*/
/*}*/
/*.service-icon i{*/
/*    font-size:32px;*/
/*    color:#D4AF37;*/
/*}*/
/*.service-card h3{*/
/*    font-family:'Space Grotesk', sans-serif;*/
/*    color:#0A2D62;*/
/*    font-size:1.4rem;*/
/*    letter-spacing:-.01em;*/
/*    margin:0 0 14px;*/
/*    font-weight:700;*/
/*}*/
/*.service-card p{*/
/*    color:#526079;*/
/*    font-size:.98rem;*/
/*    line-height:1.75;*/
/*    margin:0 0 26px;*/
/*}*/

/*.service-btn{*/
/*    display:inline-flex;*/
/*    align-items:center;*/
/*    gap:9px;*/
/*    padding:12px 24px;*/
/*    border-radius:50px;*/
/*    font-family:'Inter',sans-serif;*/
/*    font-weight:600;*/
/*    font-size:.92rem;*/
/*    color:#fff;*/
/*    background:linear-gradient(135deg, var(--lham-blue), var(--lham-blue-deep));*/
/*    transition:background .35s ease, color .35s ease, transform .2s ease;*/
/*}*/
/*.service-btn:hover{*/
/*    background:linear-gradient(135deg, var(--lham-gold), var(--lham-gold-light));*/
/*    color:#05142B;*/
/*}*/
/*.service-btn:focus-visible{*/
/*    outline:2px solid var(--lham-gold);*/
/*    outline-offset:3px;*/
/*}*/
/*.service-btn i{*/
/*    transition:transform .3s ease;*/
/*    font-size:.85em;*/
/*}*/
/*.service-btn:hover i{*/
/*    transform:translateX(5px);*/
/*}*/
/*@media (max-width:480px){*/
/*    .lham-services{ padding:48px 16px; }*/
/*    .service-card{ padding:30px 24px; }*/
/*}*/
/*@media (prefers-reduced-motion:reduce){*/
/*    .service-card, .service-icon::before, .service-btn i{*/
/*        transition:none;*/
/*        animation:none;*/
/*    }*/
/*}*/
.lham-why{
    --lham-navy:#0A2D62;
    --lham-blue:#1E88E5;
    --lham-blue-deep:#0B4EA9;
    --lham-gold:#D4AF37;
    --lham-body:#526079;
    --lham-border:rgba(30,136,229,.12);
    background:#F5F9FF;
    padding:100px 20px;
}
.lham-why-inner{ max-width:96%; margin:0 auto; }
.lham-why-head{ max-width:80%; margin:0 auto 56px; text-align:center; }
.lham-why .lham-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:.78rem;
    font-weight:600;
    color:var(--lham-blue-deep);
}
.lham-why .lham-eyebrow::before{
    content:"";
    width:26px;
    height:2px;
    background:linear-gradient(90deg,var(--lham-blue),var(--lham-gold));
}
.lham-why-head h2{
    font-family:'Space Grotesk',sans-serif;
    color:var(--lham-navy);
    font-size:clamp(1.6rem,3vw,2.2rem);
    font-weight:700;
    letter-spacing:-.01em;
    margin:14px 0 16px;
}
.lham-why-head p{ color:var(--lham-body); font-size:1rem; line-height:1.75; }
.lham-why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(22%,1fr));
    gap:28px;
}
.lham-why-card{
    background:#fff;
    border:1px solid var(--lham-border);
    border-radius:18px;
    padding:30px 26px;
    transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.lham-why-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 36px rgba(11,78,169,.1);
    border-color:transparent;
}
.lham-why-icon{
    width:52px;
    height:52px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, rgba(30,136,229,.12), rgba(212,175,55,.14));
    margin-bottom:20px;
}
.lham-why-icon i{ font-size:22px; color:var(--lham-blue-deep); }
.lham-why-card h3{
    font-family:'Space Grotesk',sans-serif;
    color:var(--lham-navy);
    font-size:1.15rem;
    font-weight:700;
    margin:0 0 10px;
}
.lham-why-card p{ color:var(--lham-body); font-size:.94rem; line-height:1.7; margin:0; }
.lham-process{
    --lham-ink-soft:#0C1730;
    --lham-blue:#1E88E5;
    --lham-gold:#D4AF37;
    --lham-gold-light:#F3D36A;
    --lham-mist:#AEC1E8;
    --lham-line:rgba(255,255,255,.12);
    position:relative;
    isolation:isolate;
    background:var(--lham-ink-soft);
    padding:100px 20px;
    overflow:hidden;
}
.lham-process::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-image:radial-gradient(circle at 1px 1px, rgba(255,255,255,.05) 1px, transparent 1.6px);
    background-size:26px 26px;
}
.lham-process-inner{ max-width:96%; margin:0 auto; }
.lham-process-head{ max-width:80%; margin:0 auto 56px; text-align:center; }
.lham-process .lham-eyebrow-light{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:.78rem;
    font-weight:600;
    color:var(--lham-gold-light);
}
.lham-process .lham-eyebrow-light::before{
    content:"";
    width:26px;
    height:2px;
    background:linear-gradient(90deg,var(--lham-blue),var(--lham-gold));
}
.lham-process-head h2{
    font-family:'Space Grotesk',sans-serif;
    color:#fff;
    font-size:clamp(1.6rem,3vw,2.2rem);
    font-weight:700;
    letter-spacing:-.01em;
    margin:14px 0 16px;
}
.lham-process-head p{ color:var(--lham-mist); font-size:1rem; line-height:1.75; }
.lham-process-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(31%,1fr));
}
.lham-process-step{ padding:0 30px; }
.lham-process-step:not(:first-child){ border-left:1px solid var(--lham-line); }
.lham-process-num{
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
    font-size:2.2rem;
    color:var(--lham-gold-light);
    margin:0 0 14px;
}
.lham-process-step h3{
    font-family:'Space Grotesk',sans-serif;
    color:#fff;
    font-size:1.1rem;
    font-weight:700;
    margin:0 0 10px;
}
.lham-process-step p{ color:var(--lham-mist); font-size:.92rem; line-height:1.7; margin:0; }
@media (max-width:760px){
    .lham-process-grid{ grid-template-columns:1fr; gap:36px; }
    .lham-process-step{ padding:0; }
    .lham-process-step:not(:first-child){ border-left:none; border-top:1px solid var(--lham-line); padding-top:32px; }
}
.lham-testimonials{
    --lham-navy:#0A2D62;
    --lham-blue:#1E88E5;
    --lham-blue-deep:#0B4EA9;
    --lham-gold:#D4AF37;
    --lham-body:#526079;
    --lham-border:rgba(30,136,229,.12);
    background:#fff;
    padding:100px 20px;
}
.lham-testimonials-inner{ max-width:96%; margin:0 auto; }
.lham-testimonials-head{ max-width:80%; margin:0 auto 56px; text-align:center; }
.lham-testimonials .lham-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:.78rem;
    font-weight:600;
    color:var(--lham-blue-deep);
}
.lham-testimonials .lham-eyebrow::before{
    content:"";
    width:26px;
    height:2px;
    background:linear-gradient(90deg,var(--lham-blue),var(--lham-gold));
}
.lham-testimonials-head h2{
    font-family:'Space Grotesk',sans-serif;
    color:var(--lham-navy);
    font-size:clamp(1.6rem,3vw,2.2rem);
    font-weight:700;
    letter-spacing:-.01em;
    margin:14px 0 16px;
}
.lham-testimonials-head p{ color:var(--lham-body); font-size:1rem; line-height:1.75; }
.lham-testimonials-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(31%,1fr));
    gap:28px;
}
.lham-testimonial-card{
    background:#fff;
    border:1px solid var(--lham-border);
    border-radius:18px;
    padding:32px;
    box-shadow:0 4px 20px rgba(10,45,98,.05);
    transition:transform .3s ease, box-shadow .3s ease;
}
.lham-testimonial-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 36px rgba(11,78,169,.1);
}
.lham-testimonial-card i.fa-quote-left{
    color:var(--lham-gold);
    font-size:1.3rem;
    margin-bottom:16px;
    display:block;
}
.lham-testimonial-card p{
    color:var(--lham-navy);
    font-size:.98rem;
    line-height:1.75;
    margin:0 0 24px;
}
.lham-testimonial-person{
    display:flex;
    align-items:center;
    gap:12px;
    border-top:1px solid var(--lham-border);
    padding-top:18px;
}
.lham-testimonial-avatar{
    width:44px;
    height:44px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--lham-blue),var(--lham-blue-deep));
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
    font-size:.9rem;
    flex-shrink:0;
}
.lham-testimonial-person strong{
    display:block;
    color:var(--lham-navy);
    font-size:.92rem;
    font-weight:700;
}
.lham-testimonial-person span{
    display:block;
    color:var(--lham-body);
    font-size:.82rem;
    margin-top:2px;
}
.lham-cta{
    --lham-ink:#050B1A;
    --lham-blue-deep:#0B4EA9;
    --lham-gold:#D4AF37;
    --lham-gold-light:#F3D36A;
    --lham-mist:#AEC1E8;
    position:relative;
    isolation:isolate;
    background:linear-gradient(135deg, var(--lham-ink) 0%, var(--lham-blue-deep) 60%, var(--lham-ink) 100%);
    padding:90px 20px;
    text-align:center;
    overflow:hidden;
}
.lham-cta::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-image:radial-gradient(520px circle at 50% 0%, rgba(212,175,55,.22), transparent 65%);
}
.lham-cta-inner{ max-width:96%; margin:0 auto; }
.lham-cta h2{
    font-family:'Space Grotesk',sans-serif;
    color:#fff;
    font-size:clamp(1.8rem,3.4vw,2.4rem);
    font-weight:700;
    letter-spacing:-.01em;
    margin:0 0 18px;
}
.lham-cta p{
    color:var(--lham-mist);
    font-size:1.02rem;
    line-height:1.75;
    margin:0 0 34px;
}
.lham-cta-actions a.lham-cta-btn-primary, .lham-cta-actions a.lham-cta-btn-ghost{
    text-decoration: none;
}
.lham-cta-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:50px;
}
.lham-cta-btn-primary,
.lham-cta-btn-ghost{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-family:'Inter',sans-serif;
    font-weight:600;
    font-size:.95rem;
    transition:.3s ease;
}
.lham-cta-btn-primary{
    color:#05142B;
    background:linear-gradient(135deg,var(--lham-gold),var(--lham-gold-light));
}
.lham-cta-btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 30px rgba(212,175,55,.3); }
.lham-cta-btn-ghost{
    color:#fff;
    background:transparent;
    border:1px solid rgba(255,255,255,.28);
}
.lham-cta-btn-ghost:hover{ border-color:var(--lham-gold-light); color:var(--lham-gold-light); }
.lham-cta-btn-primary:focus-visible,
.lham-cta-btn-ghost:focus-visible{ outline:2px solid var(--lham-gold-light); outline-offset:3px; }/* End custom CSS */