.service-intro-1{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:100px 5%;background:var(--white);max-width:1400px;margin:0 auto;align-items:center}.service-intro-1 .content .eyebrow{font-size:.85rem;font-weight:600;color:var(--secondary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:16px}.service-intro-1 .content h2{font-family:var(--font-display);font-size:clamp(1.8rem, 3vw, 2.5rem);color:var(--black);margin-bottom:24px;line-height:1.3}.service-intro-1 .content p{font-size:1.05rem;color:var(--gray-dark);line-height:1.9;margin-bottom:20px}.service-intro-1 .content p:last-of-type{margin-bottom:32px}.service-intro-1 .features{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.service-intro-1 .feature{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--gray-light)}.service-intro-1 .feature svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}.service-intro-1 .feature span{font-size:.9rem;color:var(--gray-dark);font-weight:500}.service-intro-1 .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--primary);color:var(--white);font-weight:700;text-decoration:none;transition:all 0.3s ease}.service-intro-1 .btn:hover{background:var(--secondary);color:var(--white)}.service-intro-1 .image{position:relative}.service-intro-1 .image img{width:100%;height:500px;object-fit:cover}.service-intro-1 .image-accent{position:absolute;bottom:-30px;left:-30px;width:200px;height:200px;background:var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.service-intro-1 .image-accent .value{font-family:var(--font-heading);font-size:3.5rem;color:var(--white);line-height:1}.service-intro-1 .image-accent .label{font-size:.9rem;color:var(--white);font-weight:600}@media (max-width:1024px){.service-intro-1{grid-template-columns:1fr;gap:40px}.service-intro-1 .image{order:-1}.service-intro-1 .image-accent{bottom:-20px;left:20px;width:150px;height:150px}.service-intro-1 .image-accent .value{font-size:2.5rem}}@media (max-width:640px){.service-intro-1 .features{grid-template-columns:1fr}}