.ft-included-widget{--ft-included-accent:#00FFFF;width:100%;box-sizing:border-box;display:block}.ft-included-widget *,.ft-included-widget *::before,.ft-included-widget *::after{box-sizing:border-box}.ft-included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px, 2vw, 24px);width:100%}.ft-included-card{background-color:#09090b;border:1px solid rgb(255 255 255 / .08);border-radius:8px;padding:clamp(20px, 3vw, 36px) clamp(16px, 2vw, 24px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:200px;height:100%;transition:border-color 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease}.ft-included-icon-wrapper{color:#fff;width:clamp(32px, 4vw, 44px);height:clamp(32px, 4vw, 44px);margin-bottom:clamp(16px, 2vw, 24px);display:flex;align-items:center;justify-content:center;transition:color 0.3s ease,transform 0.3s ease}.ft-included-icon{width:100%;height:100%;display:block}.ft-included-title{color:#fff;font-family:inherit;font-size:clamp(12px, 1.2vw, 14px);font-weight:700;letter-spacing:.12em;line-height:1.4;text-transform:uppercase;margin:0}@media (hover:hover){.ft-included-card:hover{border-color:var(--ft-included-accent);box-shadow:0 0 20px rgb(0 255 255 / .15);transform:translateY(-2px)}.ft-included-card:hover .ft-included-icon-wrapper{color:var(--ft-included-accent);transform:scale(1.05)}}@media (max-width:1024px){.ft-included-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ft-included-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ft-included-card{padding:20px 12px;min-height:150px}.ft-included-icon-wrapper{margin-bottom:12px}.ft-included-title{font-size:11px;letter-spacing:.08em}}@media (prefers-reduced-motion:reduce){.ft-included-card,.ft-included-icon-wrapper{transition:none;transform:none!important;box-shadow:none!important}}