.gallery-section{padding:85px 24px 110px;position:relative;overflow:hidden}.gallery-section--light{background:#f0f5fb}.gallery-section--white{background:#fff}.gallery-section__orb{pointer-events:none;filter:blur(90px);z-index:0;border-radius:50%;position:absolute}.gallery-section__orb--1{background:#1d6fe812;width:480px;height:480px;top:-100px;right:-80px}.gallery-section__orb--2{background:#1f3b730d;width:360px;height:360px;bottom:-60px;left:-60px}.gallery-section__container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.gallery-section__heading{text-align:center;margin-bottom:64px}.gallery-section__label{letter-spacing:.12em;text-transform:uppercase;color:#1d6fe8;background:#1d6fe81a;border-radius:100px;margin-bottom:16px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.gallery-section__title{color:#1f3b73;letter-spacing:-.025em;margin:10px 0 14px;font-size:clamp(30px,4vw,52px);font-weight:900;line-height:1.15}.gallery-section__subtitle{color:#4a5e74;max-width:480px;margin:0 auto;font-size:16px;line-height:1.6}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1100px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}}.gallery-card{background:#fff;border-radius:18px;flex-direction:column;text-decoration:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0f2f4f12}.gallery-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0f2f4f24}.gallery-card:hover .gallery-card__image{transform:scale(1.07)}.gallery-card:hover .gallery-card__overlay{opacity:1}.gallery-card:hover .gallery-card__arrow{opacity:1;transform:translate(-50%,-50%)scale(1)}.gallery-card:hover .gallery-card__cta{color:#1d6fe8;gap:8px}.gallery-card__image-wrap{width:100%;height:220px;position:relative;overflow:hidden}@media (max-width:768px){.gallery-card__image-wrap{height:180px}}.gallery-card__image{object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.gallery-card__overlay{opacity:0;background:linear-gradient(160deg,#1d6fe826 0%,#0f1e3a8c 100%);transition:opacity .4s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.gallery-card__arrow{opacity:0;color:#1d6fe8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .4s cubic-bezier(.25,.46,.45,.94),transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.7)}.gallery-card__footer{flex-direction:column;flex:1;gap:4px;padding:18px 20px 20px;display:flex}.gallery-card__index{color:#1d6fe8;letter-spacing:.08em;opacity:.7;font-size:11px;font-weight:700}.gallery-card__title{color:#1f3b73;margin:0;font-size:15px;font-weight:700;line-height:1.4}.gallery-card__cta{color:#8a9db5;margin-top:6px;font-size:12px;font-weight:600;transition:color .25s,gap .25s;display:inline-block}
