.gf-pricing{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-top:40px;align-items:stretch}.gf-card{background:#ffffff;border:2px solid #e7e3df;border-radius:22px;overflow:hidden;box-sizing:border-box;box-shadow:0 6px 18px rgba(0,0,0,0.04);transition:transform 0.25s ease,box-shadow 0.25s ease}.gf-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(0,0,0,0.07)}.gf-card-header{padding:22px 18px;text-align:center;font-size:16px;line-height:1.2;font-weight:700}.gf-card-header.bussola{background:#f2eae2;color:#7a6856}.gf-card-header.ponte{background:#d4b3dd;color:#ffffff}.gf-card-header.labirinto{background:#9368b0;color:#ffffff}.gf-card-body{padding:26px 30px 24px}.gf-item{padding:16px 0;border-bottom:1px solid #ece8e4;font-size:16px;line-height:1.4;color:#5d6776}.gf-item:last-child{border-bottom:none}.gf-item span{display:block;margin-bottom:2px;font-size:16px;line-height:1.3;font-weight:400;color:#6b7280}.gf-item strong{display:block;font-size:16px;line-height:1.3;font-weight:700;color:#2f3e5c}.gf-card:first-child .gf-item strong{color:#5f6b67}.gf-card.featured .gf-item strong{color:#73588f}.gf-card:last-child .gf-item strong{color:#6d4b87}.gf-card.featured{transform:scale(1.03);border-color:#d7ccde}.gf-card.featured:hover{transform:scale(1.03) translateY(-4px)}@media (max-width:980px){.gf-pricing{grid-template-columns:1fr;gap:22px}.gf-card.featured,.gf-card.featured:hover{transform:none}.gf-card-body{padding:22px 22px 20px}}