.advertise{background:#f5f3ee;min-height:100vh;padding:52px 0 80px}.advertise__inner{max-width:1300px;margin:0 auto;padding:0 32px}@media(max-width:768px){.advertise__inner{padding:0 16px}}.advertise__heading{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;color:#e07a1f;margin:0 0 12px;letter-spacing:-.02em;line-height:1.1;text-align:center}.advertise__subheading{font-size:1rem;color:#4b5563;text-align:center;margin:0 0 36px}.advertise__carousel-wrap{position:relative;display:flex;align-items:flex-start}.advertise__overflow{flex:1 1;overflow:hidden}.advertise__track{display:flex;gap:24px;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.adv-card{min-width:calc(50% - 12px);max-width:calc(50% - 12px);display:flex;flex-direction:column}@media(max-width:768px){.adv-card{min-width:calc(90% - 12px);max-width:calc(90% - 12px)}}.adv-card__img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;background:#e5e7eb}.adv-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.adv-card:hover .adv-card__img{transform:scale(1.03)}.adv-card__body{padding:20px 4px 0;display:flex;flex-direction:column;gap:12px;flex:1 1}.adv-card__title{font-size:1.15rem;font-weight:700;color:#111827;line-height:1.3;margin:0}.adv-card__desc{font-size:.925rem;color:#374151;line-height:1.65;margin:0;flex:1 1}.adv-card__btn{display:inline-block;align-self:flex-start;padding:9px 22px;border:1.5px solid #111827;border-radius:4px;color:#111827;font-size:.875rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-decoration:none;background:transparent;transition:background .2s ease,color .2s ease;cursor:pointer;margin-top:4px}.adv-card__btn:hover{background:#111827;color:#fff}.advertise__arrow{background:none;border:none;font-size:1.5rem;color:#374151;cursor:pointer;padding:8px 14px;line-height:1;flex-shrink:0;align-self:flex-start;margin-top:calc((50vw - 24px - 32px)*.75/2 - 20px)}@media(max-width:1024px){.advertise__arrow{margin-top:calc((50vw - 24px - 32px)*.75/2 - 20px)}}@media(max-width:768px){.advertise__arrow{margin-top:calc((90vw - 12px - 32px)*.75/2 - 20px)}}.advertise__arrow{transition:color .2s ease,transform .15s ease}.advertise__arrow:hover:not(:disabled){color:#111827;transform:scale(1.15)}.advertise__arrow:disabled{opacity:.25;cursor:default}.advertise__arrow--left{order:-1;margin-right:4px}.advertise__arrow--right{order:1;margin-left:4px}.advertise__dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.advertise__dot{width:8px;height:8px;border-radius:50%;border:none;background:#9ca3af;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.advertise__dot.active{background:#e07a1f;transform:scale(1.3)}.advertise__dot:hover:not(.active){background:#4b5563}