.perks-section{padding-top:64px;padding-bottom:64px;margin:0 auto;background-color:#f4faff}.perks-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px}.perks-title{font-size:2.5rem;font-weight:700;margin:0;color:#333}.perks-subtitle{font-size:1.1rem;color:#666;margin:8px 0 0}.perks-cta{background-color:#21b0c8;color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.perks-cta:hover{background-color:#1a8e9f}.perks-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-around}@media (max-width:768px){.perks-header{flex-direction:column;gap:24px}.perks-cta{width:100%}.perk-card{min-width:300px;max-width:300px;margin-right:0}.perk-image-container{width:300px;max-width:300px}}@media (max-width:1100px){.perks-grid{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;margin:0 -2rem;padding:1rem 2rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:thin;gap:16px;justify-content:flex-start}.perk-card{flex:0 0 300px;scroll-snap-align:start;margin-right:0}}.perks-grid::-webkit-scrollbar{height:6px;width:6px}.perks-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.perks-grid::-webkit-scrollbar-thumb{background:#cecece;border-radius:3px}.perks-grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.perks-grid{scrollbar-color:#cecece #f1f1f1;scrollbar-width:thin}.perk-card{flex:1;min-width:250px;position:relative;max-width:350px}.perk-image-container{position:relative;width:100%;height:342px;max-width:342px;border-radius:12px;overflow:hidden}.perk-image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0,transparent 50%,rgba(0,0,0,.7));pointer-events:none;z-index:1}.perk-label{left:12px;color:#fff;font-size:1.125rem;font-weight:600}.arrow-icon,.perk-label{position:absolute;bottom:12px;z-index:2}.arrow-icon{right:12px;filter:brightness(0) invert(1)}.icon-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:32px;width:100%}.icon-item{display:flex;flex-direction:row;align-items:center;gap:12px}@media (max-width:450px){.icon-item{justify-content:flex-start;margin-left:10px}}.icon{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.icon-label{font-family:Gilroy-Medium,sans-serif;font-size:14px;color:#666}@media (max-width:768px){.icon-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto)}}