.resvent-hero{min-height:45vh;color:var(--white);text-align:center;background:linear-gradient(135deg,#0e4d92 0%,#0a3a6f 100%);justify-content:center;align-items:center;padding:120px 24px 70px;display:flex;position:relative;overflow:hidden}.resvent-hero:before{content:"";background:radial-gradient(circle at 30%,#ffffff0f 0%,#0000 60%);position:absolute;inset:0}.resvent-hero .hero-content{z-index:1;position:relative}.resvent-hero h1{margin-bottom:10px;font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:900}.resvent-hero p{opacity:.9;letter-spacing:1px;font-size:1.05rem;font-weight:300}.resvent-products .product-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.resvent-products .product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all .35s;overflow:hidden}.resvent-products .product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.resvent-products .product-thumb{object-fit:cover;background:#f0f4f8;width:100%;height:220px}.resvent-products .product-body{padding:20px 24px 24px}.resvent-products .product-brand-bar{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.resvent-products .brand-color-line{background:#0e4d92;border-radius:2px;flex:1;height:3px;margin-right:12px}.resvent-products .brand-badge{color:var(--white);white-space:nowrap;background:#0e4d92;border-radius:4px;padding:3px 10px;font-size:.72rem;font-weight:700}.resvent-products .product-name{color:var(--dark);margin-bottom:4px;font-size:1.05rem;font-weight:700}.resvent-products .product-subtitle{color:var(--text-muted);margin-bottom:14px;font-size:.82rem}.resvent-products .product-footer{justify-content:space-between;align-items:center;display:flex}.resvent-products .product-price{color:#e67e22;font-size:1.1rem;font-weight:800}.resvent-products .product-link{color:#0e4d92;font-size:.85rem;font-weight:600;transition:color .2s}.resvent-products .product-link:hover{color:var(--accent)}.brand-divider{text-align:center;padding:60px 24px;position:relative}.brand-divider:before{content:"";background:var(--border);width:200px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brand-divider span{background:var(--bg);color:var(--dark);padding:0 24px;font-size:1.4rem;font-weight:800;position:relative}.intro-text{text-align:center;max-width:800px;color:var(--text-light);margin:0 auto 50px;font-size:1.05rem;line-height:1.9}.key-numbers{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px;display:grid}.key-number{text-align:center;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:32px 20px}.key-number .num{color:#0e4d92;margin-bottom:6px;font-size:2rem;font-weight:900}.key-number .label{color:var(--text-light);font-size:.85rem}.solutions-grid{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:60px;display:grid}.solution-item{text-align:center;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:28px 16px;transition:all .3s}.solution-item:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.solution-icon{margin-bottom:12px;font-size:2.2rem;display:block}.solution-item h4{color:var(--dark);margin-bottom:4px;font-size:.9rem;font-weight:700}.solution-item p{color:var(--text-muted);font-size:.78rem}.timeline{max-width:700px;margin:0 auto 60px;padding-left:40px;position:relative}.timeline:before{content:"";background:#0e4d92;width:2px;position:absolute;top:0;bottom:0;left:14px}.timeline-item{margin-bottom:28px;position:relative}.timeline-item:before{content:"";border:3px solid var(--white);background:#0e4d92;border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:-32px;box-shadow:0 0 0 2px #0e4d92}.timeline-year{color:#0e4d92;margin-bottom:4px;font-size:.85rem;font-weight:700}.timeline-text{color:var(--text);font-size:.95rem;line-height:1.6}.culture-grid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.culture-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:40px}.culture-card h3{color:var(--dark);margin-bottom:16px;font-size:1.2rem;font-weight:800}.culture-card p{color:var(--text-light);font-size:.95rem;line-height:1.8}.culture-values{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.culture-tag{background:var(--primary-light);color:#0e4d92;border-radius:50px;padding:6px 16px;font-size:.82rem;font-weight:600}.cta-section{text-align:center;background:linear-gradient(135deg, var(--dark) 0%, #16213e 100%);color:var(--white);padding:80px 24px}.cta-section h2{margin-bottom:12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.cta-section p{opacity:.8;margin-bottom:28px;font-size:1rem}.cta-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:968px){.resvent-products .product-grid,.key-numbers{grid-template-columns:repeat(2,1fr)}.solutions-grid{grid-template-columns:repeat(3,1fr)}.culture-grid{grid-template-columns:1fr}}@media (max-width:640px){.resvent-products .product-grid{grid-template-columns:1fr}.solutions-grid{grid-template-columns:repeat(2,1fr)}}
