/* Home hero and feature strip — premium presentation */
.hero{min-height:500px;max-width:1240px;margin:auto;padding:20px 30px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:52px}
.hero-content{position:relative;z-index:1}
.hero-content .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(
136deg, var(--navy), #0b5d8e);
    border-radius: 999px;
    padding: 6px 20px;
    color: #ffffff;
    border: 1px solid #a8c1d1;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(8, 42, 74, 0.14);
    transition: .25s;
    margin-bottom: 10px;
    min-width: 128px;
}
.hero-content .eyebrow:before{content:"";width:38px;height:2px;background:var(--gold);display:inline-block}
.hero-content h1{font-size:64px;line-height:1.12;margin:12px 0 18px;color:var(--navy);letter-spacing:-.7px}
.hero-content p{font-size:20px;color:var(--muted);max-width:580px;margin-bottom:24px}
.hero-content .primary,.hero-content .secondary{margin-left:8px}
.hero-content .primary{box-shadow:0 10px 22px rgba(8,42,74,.14);transition:.25s}
.hero-content .primary:hover,.hero-content .secondary:hover{transform:translateY(-2px)}
.hero-content .secondary{background:#fff;color:var(--navy);border-color:var(--line);transition:.25s}
.hero-art{position:relative;min-height:410px;border-radius:30px;background:linear-gradient(145deg,#ffffff 0%,#f4f8fb 100%);border:1px solid #dbe7ee;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 22px 48px rgba(8,42,74,.10);padding:16px}
.hero-art:before{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(7,137,232,.13);border-radius:50%;left:-100px;top:-100px}
.hero-art:after{content:"";position:absolute;right:20px;bottom:18px;width:70px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--blue),var(--gold));z-index:2}
.hero-art img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;border-radius:20px}
.hero-orb{font-size:150px;color:#0d9be9}
.trust{max-width:1180px;margin:0 auto 30px;padding:20px 24px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(8,42,74,.045)}
.trust div{text-align:center;border-left:1px solid var(--line);position:relative;padding:2px 10px}
.trust div:last-child{border:0}
.trust strong{display:block;font-size:30px;color:var(--navy)}
.trust span{color:var(--muted);font-size:13px}
.services-strip{background:#f5f9fc;padding:45px 24px}
.service-mini{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-mini>div{background:#fff;border:1px solid var(--line);padding:22px;border-radius:14px;box-shadow:0 10px 24px rgba(8,42,74,.04)}
.icon{display:block;color:var(--blue);font-size:24px}
.service-mini h3{margin:6px 0}
.service-mini p{font-size:14px;color:var(--muted);margin:0}
.trust .trust-icon{width:26px;height:26px;display:block;margin:0 auto 5px;color:var(--blue)}
.trust .trust-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:800px){
    .hero{min-height:auto;padding:42px 18px;grid-template-columns:1fr;gap:24px}
    .hero-content h1{font-size:42px}
    .hero-content p{font-size:17px}
    .hero-art{min-height:260px;padding:10px;border-radius:22px}
    .hero-art img{border-radius:15px}
    .trust{margin:0 18px 20px;grid-template-columns:repeat(2,1fr);padding:12px}
    .trust div{border-bottom:1px solid var(--line);border-left:0;padding:8px}
    .service-mini{grid-template-columns:1fr 1fr;gap:12px}
    .trust .trust-icon{width:23px;height:23px;margin-bottom:3px}
    .trust strong{font-size:25px}
}

/* Home product/service section refinements — isolated visual update */
.section .section-head,
.services-strip .section-head{
    max-width:820px;
    margin:0 auto 34px;
    text-align:center;
}
.section .section-head>span,
.services-strip .section-head>span{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:128px;
    padding:6px 20px;
    margin-bottom:10px;
    color:#fff;
    background:linear-gradient(135deg,var(--navy),#0b5d8e);
    border-radius:999px;
    box-shadow:0 8px 20px rgba(8,42,74,.12);
    font-size:14px;
    letter-spacing:.2px;
}
.section .section-head>span:before,
.section .section-head>span:after,
.services-strip .section-head>span:before,
.services-strip .section-head>span:after{
    content:"";
    width:26px;
    height:1px;
    background:linear-gradient(90deg,var(--gold),rgba(199,164,90,.15));
    margin:0 9px;
}
.section .section-head>span:before,
.services-strip .section-head>span:before{transform:scaleX(-1)}
.section .section-head h2,
.services-strip .section-head h2{margin-top:2px}
.section .section-head p{max-width:760px;margin:0 auto}
.section>.product-grid{max-width:1120px;margin:0 auto}
.prices span{align-items:center;gap:10px}
.prices span:after{content:none}
.prices span b{white-space:nowrap;display:flex;align-items:center;gap:10px}

.services-strip{position:relative;overflow:hidden}
.services-strip:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(7,137,232,.08);border-radius:50%;right:-210px;top:-170px;pointer-events:none}
.services-strip .section-head{position:relative;z-index:1}
.service-mini{position:relative;z-index:1}
@media(max-width:800px){
    .section .section-head,
    .services-strip .section-head{margin-bottom:26px}
    .section .section-head>span,
    .services-strip .section-head>span{min-width:112px;padding:5px 14px;font-size:13px}
    .section .section-head>span:before,
    .section .section-head>span:after,
    .services-strip .section-head>span:before,
    .services-strip .section-head>span:after{width:18px;margin:0 6px}
    .section .section-head h2,
    .services-strip .section-head h2{font-size:29px}
    .section .section-head p{font-size:14px;line-height:1.8}
    .section>.product-grid{width:100%;margin:0 auto}
    .prices span{gap:7px}
}
