.services-overview{background:var(--bg-inverse);color:var(--text-on-dark);padding:72px 0;transition:background-color .2s ease,color .2s ease}@media (min-width: 640px){.services-overview{padding:112px 0}}.services-overview .section-header{text-align:center;max-width:760px;margin:0 auto 48px}.services-overview .section-header .eyebrow{color:var(--accent)}.services-overview .section-header h2{color:var(--text-on-dark);font-size:clamp(2rem,4.5vw,3.25rem);line-height:1.08;margin:16px 0 0;letter-spacing:-.02em;font-weight:800}.services-overview .section-header h2 .accent{color:var(--accent);font-style:italic}.services-overview-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}@media (min-width: 640px){.services-overview-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 1024px){.services-overview-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.svc-card{position:relative;background:var(--bg-elevated);border:1px solid var(--border);border-radius:32px;padding:40px 36px 36px;display:flex;flex-direction:column;gap:22px;text-decoration:none;color:inherit;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background-color .2s ease;height:100%;min-height:380px}@media (min-width: 720px){.svc-card{padding:48px 44px 40px;border-radius:36px}}.svc-card:hover{transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-4px);box-shadow:var(--shadow-lg)}.svc-featured{background:var(--bg-elevated);border:2px solid var(--accent);box-shadow:var(--shadow-md)}.svc-featured:before{content:"Doporučujeme";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--accent);color:var(--text-on-orange);font-family:Epilogue,system-ui,sans-serif;font-size:.66rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:6px 14px;border-radius:var(--radius-pill);white-space:nowrap}.svc-title{font-family:Epilogue,system-ui,sans-serif;font-weight:800;font-size:clamp(2rem,3.75vw,2.9rem);line-height:.96;letter-spacing:-.025em;margin:0 0 4px;display:flex;flex-direction:column}.svc-title-prefix{color:var(--text-primary)}.svc-title-role{color:var(--accent);font-style:italic;font-weight:800;margin-top:2px}.svc-desc{font-size:1rem;line-height:1.5;color:var(--text-primary);font-weight:500;margin:0;flex-grow:1}.svc-more{font-family:Epilogue,system-ui,sans-serif;display:inline-flex;align-items:center;gap:6px;font-size:1.05rem;font-weight:800;letter-spacing:-.005em;color:var(--accent);margin-top:8px;transition:gap .2s ease,color .2s ease}.svc-card:hover .svc-more{color:var(--accent-hover)}.services-overview-partnership{max-width:640px;margin:40px auto 0;text-align:center;font-size:.98rem;line-height:1.6;color:var(--text-on-dark-soft)}.services-overview-partnership strong{color:var(--text-on-dark);font-weight:700}.services-overview-foot{display:flex;justify-content:center;margin-top:28px}.services-overview-foot .btn-outline{border-color:var(--text-on-dark);color:var(--text-on-dark)}.services-overview-foot .btn-outline:hover{background:var(--text-on-dark);color:var(--bg-inverse)}
